-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 908 Bytes
/
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
{
"name": "@overnice/datocms-types",
"description": "Overnice's bot that generates types from its DatoCMS GraphQL API",
"version": "1.0.0",
"author": "Overnice",
"bugs": {
"url": "https://github.com/overnice/datocms-types/issues"
},
"dependencies": {
"@graphql-codegen/core": "^2.5.1",
"@graphql-codegen/typescript": "^2.4.8",
"@graphql-tools/load": "^7.5.10",
"@graphql-tools/url-loader": "^7.9.16",
"dotenv": "^16.0.0",
"fs-extra": "^10.1.0",
"graphql": "^15.8.0",
"prettier": "^2.6.2",
"probot": "^12.2.2",
"signale": "^1.4.0"
},
"homepage": "https://github.com/overnice/datocms-types#readme",
"license": "MPL-2.0",
"main": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/overnice/datocms-types.git"
},
"scripts": {
"start": "probot run ./webhook.js",
"update": "node run-update.js"
}
}