-
-
Notifications
You must be signed in to change notification settings - Fork 570
/
package.json
47 lines (47 loc) · 1004 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@dataplan/json",
"version": "0.0.1-beta.25",
"description": "JSON step classes for Grafast",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepack": "tsc -b"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphile/crystal.git"
},
"keywords": [
"graphile",
"graphql",
"grafast",
"json",
"dataplan",
"graphite"
],
"author": "Benjie Gillam <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/graphile/crystal/issues"
},
"homepage": "https://github.com/graphile/crystal/tree/main/grafast/dataplan-json",
"dependencies": {
"chalk": "^4.1.2",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=14.17"
},
"peerDependencies": {
"grafast": "workspace:^"
},
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^29.5.4",
"jest": "^29.6.4",
"jest-serializer-simple": "workspace:^",
"typescript": "^5.2.2"
}
}