forked from stationeering/stationeers-ic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 928 Bytes
/
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
{
"name": "stationeers-ic",
"version": "1.0.67",
"description": "Simulation of Stationeers IC.",
"main": "lib/IC.js",
"babel": {
"presets": [
"es2015"
]
},
"scripts": {
"lint": "eslint .",
"mocha": "mocha --recursive",
"test": "npm run lint && npm run mocha",
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stationeering/stationeers-ic.git"
},
"author": "Melair",
"license": "ISC",
"bugs": {
"url": "https://github.com/stationeering/stationeers-ic/issues"
},
"homepage": "https://github.com/stationeering/stationeers-ic#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"mocha": "^7.2.0"
},
"dependencies": {
"npm": "^6.14.5"
}
}