UNPKG

1.02 kBJSONView Raw
1{
2 "name": "@fullstack-one/schema-builder",
3 "version": "0.6.23",
4 "description": "fullstack.one schema builder package",
5 "main": "index.js",
6 "types": "lib/index.ts",
7 "scripts": {
8 "build": "tsc",
9 "prepublishOnly": "npm run build"
10 },
11 "publishConfig": {
12 "access": "public"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/fullstack-build/fullstack.one.git"
17 },
18 "keywords": [],
19 "license": "MIT",
20 "dependencies": {
21 "@fullstack-one/boot-loader": "^0.6.23",
22 "@fullstack-one/config": "^0.6.23",
23 "@fullstack-one/db": "^0.6.23",
24 "@fullstack-one/di": "^0.6.23",
25 "@fullstack-one/helper": "^0.6.23",
26 "@fullstack-one/logger": "^0.6.23",
27 "@types/graphql": "^0.13.4",
28 "@types/lodash": "^4.14.120",
29 "deep-diff": "^1.0.0",
30 "deep-equal": "^1.0.1",
31 "deepmerge": "^2.0.1",
32 "fast-glob": "^2.2.1",
33 "graphql": "^0.13.2",
34 "lodash": "^4.17.15",
35 "util": "^0.10.3"
36 },
37 "gitHead": "e19e7fd55c3376ead421a74c9e4f9dc2d5ed8fd0"
38}