@nevermore-fms/scripts
Version:
Scripts made to improve the workflow of Nevermore Plugin Developers.
36 lines (35 loc) • 892 B
JSON
{
"name": "@nevermore-fms/scripts",
"version": "0.2.0",
"description": "Scripts made to improve the workflow of Nevermore Plugin Developers.",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nevermore",
"nevermore-fms",
"fms"
],
"author": "Chase MacDonnell <macdonnell.chase@gmail.com>",
"license": "GPLV3",
"engines": {
"node": "^10.12.0 || >=12.0.0"
},
"bugs": {
"url": "https://github.com/Nevermore-FMS/create-nevermore-app/issues"
},
"bin": {
"nevermore-scripts": "./src/index.js"
},
"dependencies": {
"chalk": "^4.1.1",
"follow-redirects": "^1.14.1",
"graphql": "^15.5.1",
"graphql-request": "^3.4.0",
"graphql-ws": "^5.3.0",
"ws": "^7.5.1",
"yargs": "^17.0.1"
}
}