-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "gas_slack_gihub",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:types": "bash tools/types/build.sh",
"build:url": "bash tools/url/build.sh",
"lint": "run-p lint:*",
"lint:prettier": "npm run prettier -- --check",
"lint:eslint": "npm run eslint",
"format": "run-s format:*",
"format:prettier": "npm run prettier -- --write",
"format:eslint": "npm run eslint -- --fix",
"eslint": "eslint -c ./.eslintrc.json '**/*.{js,ts}'",
"prettier": "prettier './**/*.{js,ts,json,yml}'",
"lint-staged": "lint-staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taku-hatano/gas_slack.git"
},
"author": "FORCIA, Inc",
"license": "ISC",
"bugs": {
"url": "https://github.com/taku-hatano/gas_slack/issues"
},
"homepage": "https://github.com/taku-hatano/gas_slack#readme",
"devDependencies": {
"@types/google-apps-script": "^1.0.56",
"@types/node-fetch": "^2.6.2",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"commander": "^9.4.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-googleappsscript": "^1.0.4",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"node-fetch": "^2.6.7",
"npm-run-all": "^4.1.5",
"openapi-typescript": "^5.4.1",
"prettier": "^2.8.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}