forked from Arcath/rollup-plugin-screeps
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.17 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": "rollup-plugin-screeps-world",
"description": "Rollup Plugin for Screeps",
"license": "MIT",
"author": "Adam Laycock",
"contributors": ["Carson Burke", "shanemadden"],
"repository": {
"type": "git",
"url": "https://github.com/screepers/rollup-plugin-screeps-world"
},
"bugs": {
"url": "https://github.com/screepers/rollup-plugin-screeps-world/issues"
},
"version": "1.0.3",
"main": "dist/index.js",
"module": "dist/es/index.js",
"scripts": {
"prepublishOnly": "rollup -c",
"test": "mocha -r esm -r ts-node/register tests/**/*.spec.js"
},
"dependencies": {
"git-rev-sync": "^3.0.2",
"screeps-api": "^1.11.0"
},
"devDependencies": {
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
"@types/rollup": "^0.54.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"esm": "^3.2.25",
"mocha": "^10.2.0",
"rollup": "^2.6.0",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-hypothetical": "^2.1.0",
"rollup-plugin-typescript2": "^0.27.0",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
},
"keywords": [
"rollup",
"screeps",
"world"
]
}