UNPKG

1.15 kBJSONView Raw
1{
2 "name": "@caisy/model",
3 "version": "4.0.7",
4 "description": "a tool to speed up the dev workflow by creating mock dummy data and casiy models",
5 "main": "./lib/index.js",
6 "scripts": {
7 "start": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts -s",
8 "create": "yarn build && yarn test",
9 "build": "tsc -p .",
10 "compile": "tsc -p .",
11 "test": "jest --passWithNoTests",
12 "clean": "rm -rf ./lib",
13 "precompile": "yarn clean",
14 "refresh": "rm -rf ./node_modules ./package-lock.json && yarn"
15 },
16 "publishConfig": {
17 "access": "public"
18 },
19 "author": "",
20 "license": "ISC",
21 "devDependencies": {
22 "@types/dotenv": "^6.1.1",
23 "@types/figlet": "^1.2.0",
24 "@types/jest": "^25.1.3",
25 "@types/lodash": "^4.14.149",
26 "@types/node": "^12.7.8",
27 "jest": "^25.1.0",
28 "nodemon": "^1.19.2",
29 "ts-jest": "^25.2.1",
30 "ts-node": "^8.4.1"
31 },
32 "dependencies": {
33 "gql-query-builder": "^3.1.3",
34 "graphql": "^14.4.2",
35 "graphql-tag": "^2.10.1",
36 "lodash": "^4.17.15"
37 },
38 "directories": {
39 "lib": "lib"
40 },
41 "gitHead": "5b9da7e9764108615d2d7ec2a716a1a1c93a7edf"
42}