-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 921 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
{
"name": "@proplay/utils",
"version": "0.0.2",
"description": "Utilities for the Proplay services",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prestart": "npm run build",
"prepublishOnly": "npm run build:production",
"build:production": "npm run prestart && npm prune --production"
},
"keywords": [],
"author": "Doug Schamberg",
"license": "ISC",
"devDependencies": {
"@types/node": "^12.12.14",
"typescript": "^3.7.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polarpop/proplay-utils.git"
},
"bugs": {
"url": "https://github.com/polarpop/proplay-utils/issues"
},
"homepage": "https://github.com/polarpop/proplay-utils#readme",
"dependencies": {
"@apollo/federation": "^0.11.2",
"@proplay/type-graphql": "^0.17.5",
"apollo-graphql": "^0.3.5",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1"
}
}