58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"name": "vulcanizedb",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "rm -rf ./build/dist && webpack --config=./webpack.config.js",
|
|
"lint": "tslint --project ./tsconfig.json --config ./tslint.json",
|
|
"start": "npm run build && node ./build/dist/vulcanize-postgraphile-server.js",
|
|
"dev": "./node_modules/typescript/bin/tsc && node build/dist/src/index.js",
|
|
"test": "rm -rf ./build/spec && tsc --build ./tsconfig.test.json && jasmine --config=./spec/support/jasmine.json",
|
|
"test:ci": "npm run lint && npm run test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vulcanize/vulcanizedb.git"
|
|
},
|
|
"author": "Vulcanize, Inc.",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/vulcanize/vulcanizedb/issues"
|
|
},
|
|
"homepage": "https://github.com/vulcanize/vulcanizedb",
|
|
"dependencies": {
|
|
"express-session": "1.15.6",
|
|
"graphql-subscriptions": "0.5.8",
|
|
"lodash": ">=4.17.11",
|
|
"passport": "0.4.0",
|
|
"pg": "6.4.2",
|
|
"pg-native": "3.0.0",
|
|
"postgraphile": "4.4.0-beta.11",
|
|
"subscriptions-transport-ws": "0.9.14",
|
|
"toml": "2.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "4.16.0",
|
|
"@types/express-session": "1.15.10",
|
|
"@types/graphql": "^0.13.4",
|
|
"@types/jasmine": "2.8.8",
|
|
"@types/lodash": "4.14.116",
|
|
"@types/node": "^10.12.21",
|
|
"@types/passport": "0.4.6",
|
|
"@graphile-contrib/pg-simplify-inflector": "3.0.0",
|
|
"awesome-typescript-loader": "5.2.0",
|
|
"jasmine": "3.2.0",
|
|
"jasmine-ts-console-reporter": "3.1.1",
|
|
"source-map-loader": "0.2.4",
|
|
"tslint": "5.11.0",
|
|
"tslint-eslint-rules": "5.4.0",
|
|
"typescript": "3.0.1",
|
|
"webpack": "4.17.1",
|
|
"webpack-cli": "3.1.0",
|
|
"webpack-dev-server": ">=3.1.11"
|
|
},
|
|
"resolutions": {
|
|
"pg": "6.4.2"
|
|
}
|
|
}
|