-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
41
42
43
44
45
46
{
"name": "@anka-dev/tracker",
"version": "0.4.5",
"description": "",
"main": "dist/anka-tracker.min.js",
"scripts": {
"dev:program": "rollup -c build/rollup.config.program.dev.js -w",
"dev:game": "rollup -c build/rollup.config.game.dev.js -w",
"build": "rollup -c build/rollup.config.prod.js"
},
"anka": {
"type": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iException/anka-tracker.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/iException/anka-tracker/issues"
},
"homepage": "https://github.com/iException/anka-tracker#readme",
"dependencies": {
"@types/qs": "^6.5.1",
"await-to-js": "^2.0.1",
"qs": "^6.5.2",
"tslib": "^1.9.3"
},
"devDependencies": {
"@types/es6-promise": "^3.3.0",
"@types/node": "^10.5.4",
"rollup": "^0.63.4",
"rollup-plugin-commonjs": "^9.1.4",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-license": "^0.7.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-tslint": "^0.1.34",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify-es": "0.0.1",
"rollup-watch": "^4.3.1",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
},
"private": false
}