First development of the deploy action (#6)
Some checks failed
Lint / pre-commit Linting (push) Has been cancelled
Some checks failed
Lint / pre-commit Linting (push) Has been cancelled
Deploy js code to an instance of screeps. Some debugging tools are implemented. Reviewed-on: #6 Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de> Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
51
node_modules/screeps-api/package.json
generated
vendored
Normal file
51
node_modules/screeps-api/package.json
generated
vendored
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user