-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
42 lines (42 loc) · 1.11 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
{
"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": "^6.0.2",
"@changesets/config": "^3.0.1",
"@changesets/parse": "^0.4.0",
"@changesets/types": "^6.0.0",
"@manypkg/get-packages": "^1.1.3",
"@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",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"human-id": "^1.0.2",
"js-yaml": "^3.14.0",
"markdown-table": "^2.0.0",
"next": "^12.1.6",
"node-fetch": "^2.6.1",
"path": "^0.12.7",
"probot": "^12.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.7.4"
},
"devDependencies": {
"jest": "^24.1.0",
"nock": "^10.0.0",
"outdent": "^0.7.0"
},
"jest": {
"testEnvironment": "node"
}
}