-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 886 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 886 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
{
"name": "@vostro/clean-gql",
"version": "1.0.15",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
"prepublishOnly": "(rm -Rf ./lib || true) && tsc --build && tsc --declaration --declarationMap && (yalc remove --all || true)",
"watch": "tsc --watch",
"test": "jest"
},
"devDependencies": {
"@azerothian/graphql-jtd": "^3.0.0",
"@azerothian/jtd-types": "^3.0.0",
"@tsconfig/node16": "^1.0.4",
"@tsconfig/recommended": "^1.0.8",
"@types/debug": "^4.1.12",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.45",
"graphql": "^16.10.0",
"graphql-tag": "^2.12.6",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"typescript": "^5.7.3"
},
"peerDependencies": {
"@azerothian/jtd-types": "^3.0.0",
"graphql": "^16.0.1"
},
"dependencies": {
"@vostro/object-visit": "^1.1.0",
"debug": "^4.4.0"
}
}