-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.01 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "screeps-bot-choreographer",
"version": "1.0.1",
"description": "An bot for Screeps",
"main": "dist/main.js",
"screeps_bot": true,
"type": "commonjs",
"engine": {
"node": ">=16.0.0"
},
"scripts": {
"test": "mocha --preserve-symlinks",
"lint": "eslint src/**/*.ts",
"lint-fix": "eslint src/**/*.ts --fix",
"find-deadcode": "ts-prune"
},
"repository": {
"type": "git",
"url": "git@github.com:ryanrolds/screeps-bot-choreographer.git"
},
"author": "Ryan R. Olds<ryan.r.olds@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryanrolds/screeps-bot-choreographer/issues"
},
"homepage": "https://github.com/ryanrolds/screeps-bot-choreographer",
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/expect": "^24.3.0",
"@types/lodash": "3.10.2",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.0",
"@types/screeps": "^3.2.4",
"@types/sinon": "^9.0.11",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-no-bad-map-access": "^0.0.4",
"eslint-plugin-screeps": "^2.1.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-eslint": "^24.0.0",
"grunt-githash": "^0.1.3",
"grunt-mocha-test": "^0.13.3",
"grunt-regex-replace": "^0.2.10",
"grunt-screeps": "^1.5.0",
"grunt-ts": "^6.0.0-beta.22",
"lodash": "=3.10.1",
"mocha": "^8.4.0",
"screeps-test-helper": "^1.0.0",
"sinon": "^9.2.4",
"ts-loader": "^8.3.0",
"ts-node": "^10.8.1",
"ts-prune": "^0.10.3",
"ts-sinon": "^2.0.2",
"ts-unused-exports": "^8.0.0",
"typescript": "^4.7.4",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
"grunt-rollup": "^12.0.0",
"rollup": "^2.78.0",
"rollup-plugin-clear": "^2.0.7"
}
}