52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "screeps-api",
|
|
"version": "1.7.2",
|
|
"description": "",
|
|
"repository": "screepers/node-screeps-api",
|
|
"main": "dist/ScreepsAPI.cjs.js",
|
|
"module": "dist/ScreepsAPI.es.js",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"prepublish": "npm run build",
|
|
"lint": "standard src test",
|
|
"test": "mocha",
|
|
"2npm": "publish"
|
|
},
|
|
"author": "Adam Shumann",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"screeps-api": "bin/screeps-api.js"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^2.15.1",
|
|
"bluebird": "^3.5.0",
|
|
"fetch-ponyfill": "^6.0.2",
|
|
"node-fetch": "^2.1.2",
|
|
"ws": "^5.2.0",
|
|
"yamljs": "^0.3.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"bufferutil": "^3.0.5",
|
|
"utf-8-validate": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
|
"babel-preset-env": "^1.6.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"lodash": "^4.17.4",
|
|
"mocha": "^3.5.0",
|
|
"publish": "^0.6.0",
|
|
"rollup": "^0.45.2",
|
|
"rollup-plugin-babel": "^2.7.1",
|
|
"rollup-plugin-commonjs": "^8.0.2",
|
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
"rollup-plugin-node-resolve": "^3.0.0",
|
|
"rollup-watch": "^4.3.1",
|
|
"standard": "*"
|
|
},
|
|
"browser": {
|
|
"ws": "./src/ws-browser.js"
|
|
}
|
|
}
|