-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "smarthr-textlint-bot",
"version": "1.2.0",
"description": "文書校正ができるSlackbot",
"main": "dist/app.js",
"homepage": "https://github.com/kufu/smarthr-textlint-bot#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/kufu/smarthr-textlint-bot.git"
},
"setup": "yarn",
"scripts": {
"dev": "run-p dev:*",
"dev:ts": "tsc --watch",
"dev:watch": "nodemon --config nodemon.json",
"build": "tsc --build"
},
"author": "",
"license": "MIT",
"dependencies": {
"@slack/bolt": "^3.7.0",
"dotenv": "^10.0.0",
"textlint": "^12.0.2",
"textlint-rule-preset-smarthr": "1.5.0"
},
"devDependencies": {
"@types/node": "^16.10.3",
"eslint": "^7.32.0",
"eslint-config-smarthr": "^5.0.3",
"nodemon": "^2.0.13",
"npm-run-all": "^4.1.5",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-smarthr": "^1.0.1",
"stylelint-config-standard": "^22.0.0",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}