GlaDOS/package.json
Overtorment fc52d17b1c init
2020-10-29 13:37:25 +00:00

38 lines
996 B
JSON

{
"name": "glados",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
},
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.2.5",
"@actions/github": "^4.0.0",
"ts-node": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/node": "^14.6.0",
"@typescript-eslint/parser": "^3.10.1",
"@vercel/ncc": "^0.24.1",
"eslint": "^7.7.0",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-jest": "^24.0.1",
"jest": "^24.9.0",
"jest-circus": "^26.4.2",
"js-yaml": "^3.14.0",
"prettier": "2.1.1",
"ts-jest": "^24.3.0",
"typescript": "^4.0.2"
}
}