22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "glados",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write **/*.ts",
|
|
"format-check": "prettier --check **/*.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/github": "^4.0.0",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.2",
|
|
"@types/node": "^14.6.0",
|
|
"@typescript-eslint/parser": "^3.10.1",
|
|
"prettier": "2.1.1"
|
|
}
|
|
}
|