-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 993 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 993 Bytes
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
{
"name": "@changesets/bot",
"version": "0.1.0",
"license": "MIT",
"private": true,
"repository": "https://github.com/changesets/bot",
"homepage": "https://github.com/apps/changeset-bot",
"dependencies": {
"@changesets/assemble-release-plan": "^4.0.0",
"@changesets/config": "^1.4.0",
"@changesets/parse": "^0.3.7",
"@changesets/types": "^3.2.0",
"@manypkg/get-packages": "^1.1.1",
"@types/bunyan": "^1.8.6",
"@types/express": "^4.17.2",
"@types/ioredis": "^4.14.8",
"@types/js-yaml": "^3.12.2",
"@types/markdown-table": "^2.0.0",
"@types/micromatch": "^4.0.1",
"@types/node-fetch": "^2.5.5",
"human-id": "^1.0.2",
"js-yaml": "^3.14.0",
"markdown-table": "^2.0.0",
"node-fetch": "^3.1.1",
"path": "^0.12.7",
"probot": "^10.9.3",
"typescript": "^4.0.3"
},
"devDependencies": {
"jest": "^24.1.0",
"nock": "^10.0.0",
"outdent": "^0.7.0"
},
"jest": {
"testEnvironment": "node"
}
}