-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 981 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
33
34
35
36
{
"name": "graphql-timezone",
"version": "2.0.7",
"description": "Timezone enum type for GraphQL",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/homoky/graphql-timezone",
"repository": {
"type": "git",
"url": "https://github.com/homoky/graphql-timezone.git"
},
"bugs": {
"url": "https://github.com/homoky/graphql-timezone/issues"
},
"scripts": {
"prepublish": "yarn generate:timezones && tsc",
"generate:timezones": "ts-node ./generateTimezones.ts && prettier --write \"*.ts*\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"graphql",
"scalar",
"timezone"
],
"author": "Petr Homoky",
"license": "ISC",
"dependencies": {
"@types/graphql": "^14.5.0",
"@types/moment-timezone": "^0.5.30",
"@types/node": "^14.6.2",
"graphql": "^15.3.0",
"graphql-scalar": "^0.0.11",
"moment-timezone": "^0.5.31",
"tsdef": "0.0.14"
}
}