SquadJS/package.json

39 lines
1.0 KiB
JSON
Raw Normal View History

2020-05-15 12:42:39 -05:00
{
"name": "SquadJS",
2020-09-02 07:21:46 -05:00
"version": "1.3.3",
2020-05-15 12:42:39 -05:00
"repository": "https://github.com/Thomas-Smyth/SquadJS.git",
"author": "Thomas Smyth <https://github.com/Thomas-Smyth>",
2020-06-20 09:48:36 -05:00
"license": "BSL-1.0",
2020-05-15 12:42:39 -05:00
"private": true,
"workspaces": [
"assets",
"core",
"factory",
2020-05-15 12:42:39 -05:00
"plugins",
"squad-server"
],
"scripts": {
"lint": "eslint --fix . && prettier --write \"./**/*.js\"",
"build-config": "node factory/build-config.js",
"build-readme": "node factory/build-readme.js",
"build-all": "node factory/build-config.js && node factory/build-readme.js"
2020-05-15 12:42:39 -05:00
},
"type": "module",
"dependencies": {
"core": "1.0.0",
"factory": "1.0.0"
2020-05-15 12:42:39 -05:00
},
"devDependencies": {
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
2020-05-15 12:42:39 -05:00
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5"
2020-05-15 12:42:39 -05:00
}
}