-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.24 KB
/
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
{
"name": "@graphile-contrib/pgdbi",
"version": "1.0.9-alpha.111",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/graphile-contrib/pgdbi"
},
"license": "MIT",
"scripts": {
"dev-server": "node -r dotenv/config --inspect src/devServer",
"dev-web-vue": "cd ./src/web-vue && yarn serve",
"prettier:fix": "prettier --write 'src/**/*.{js,md,json}' '*.{js,md,json}'",
"prod-build": "cd ./src/web-vue && yarn build"
},
"files": [
"bin/**/*"
],
"dependencies": {
"@types/jest": "^24.0.16",
"camelcase-keys": "^6.0.1",
"compressed-json": "^1.0.15",
"dotenv": "^8.1.0",
"express": "^4.16.4",
"fbkt-clog": "^1.0.5",
"flatted": "^2.0.1",
"graphile-utils": "^4.2.1",
"graphile-worker": "^0.1.0-alpha.0",
"handlebars": "^4.3.0",
"pglint": "^1.1.0",
"postgraphile": "^4.4.0",
"postgraphile-plugin-connection-filter": "^1.0.1",
"rimraf": "^3.0.2"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-typescript": "^7.3.3",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"nodemon": "^1.19.1",
"typescript": "^3.5.2"
}
}