-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
55 lines (55 loc) · 1.54 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
49
50
51
52
53
54
55
{
"name": "@seratch_/bolt-extensions",
"version": "0.3.1",
"description": "Bolt for JavaScript Extensions",
"main": "index.js",
"scripts": {
"bootstrap": "npm i && npx lerna bootstrap",
"release": "npm run bootstrap && npx lerna publish",
"test": "npm run bootstrap && npx lerna run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seratch/slack-bolt-extensions.git"
},
"keywords": [
"Slack"
],
"author": "Kazuhiro Sera",
"license": "MIT",
"bugs": {
"url": "https://github.com/seratch/slack-bolt-extensions/issues"
},
"homepage": "https://github.com/seratch/slack-bolt-extensions#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@slack/bolt": "^3.12.2",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/sinon": "^10.0.11",
"@types/validator": "^13.7.1",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.42.1",
"chai": "^4.3.6",
"codecov": "^3.8.3",
"eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.9.4",
"eslint-plugin-node": "^11.1.0",
"lerna": "^6.0.3",
"mocha": "^9.2.1",
"nyc": "^15.1.0",
"shx": "^0.3.4",
"sinon": "^13.0.1",
"source-map-support": "^0.5.21",
"sqlite3": "^5.1.7",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"typescript": "4.7.2"
}
}