-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "apppot-sdk",
"version": "2.3.35",
"description": "",
"main": "dist/apppot.node.js",
"browser": "dist/apppot.web.js",
"scripts": {
"build": "webpack",
"test": "jest spec --runInBand",
"test:chrome": "karma start --browsers Chrome"
},
"repository": {
"type": "git",
"url": "git://github.com/ncdcdev/apppot-sdk-js"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ncdcdev/apppot-sdk-js/issues"
},
"homepage": "https://github.com/ncdcdev/apppot-sdk-js#readme",
"devDependencies": {
"@babel/preset-env": "^7.12.1",
"babel-jest": "^26.6.0",
"jest": "^26.6.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"karma-spec-reporter": "0.0.32",
"karma-typescript": "^5.2.0",
"moment": "^2.13.0",
"object-assign": "^4.1.0",
"superagent": "^6.1.0",
"ts-jest": "^26.4.1",
"ts-loader": "^8.0.6",
"typescript": "^4.0.3",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
}
}