2018-08-28 14:19:59 +00:00
{
"name" : "vulcanizedb" ,
"version" : "1.0.0" ,
"description" : "[![Join the chat at https://gitter.im/vulcanizeio/VulcanizeDB](https://badges.gitter.im/vulcanizeio/VulcanizeDB.svg)](https://gitter.im/vulcanizeio/VulcanizeDB?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)" ,
"scripts" : {
"build" : "rm -rf ./build/dist && webpack --config=./webpack.config.js" ,
"lint" : "tslint --project ./tsconfig.json --config ./tslint.json" ,
2018-09-11 18:17:21 +00:00
"postinstall" : "rm -rf node_modules/@graphile && mkdir node_modules/@graphile && cp -R ./vendor/postgraphile-supporter/ ./node_modules/@graphile/plugin-supporter/" ,
2018-08-28 14:19:59 +00:00
"start" : "npm run build && node ./build/dist/vulcanize-postgraphile-server.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." ,
2019-01-24 20:41:30 +00:00
"license" : "AGPL-3.0" ,
2018-08-28 14:19:59 +00:00
"bugs" : {
"url" : "https://github.com/vulcanize/vulcanizedb/issues"
} ,
"homepage" : "https://github.com/vulcanize/vulcanizedb" ,
"dependencies" : {
"express-session" : "1.15.6" ,
2019-02-01 03:27:23 +00:00
"graphql-subscriptions" : "0.5.8" ,
2018-08-28 14:19:59 +00:00
"lodash" : "4.17.10" ,
"passport" : "0.4.0" ,
2019-02-01 03:27:23 +00:00
"pg" : "6.4.2" ,
2018-08-28 14:19:59 +00:00
"pg-native" : "3.0.0" ,
"postgraphile" : "4.0.0-rc.4" ,
"subscriptions-transport-ws" : "0.9.14" ,
2019-02-01 03:27:23 +00:00
"toml" : "2.3.3"
2018-08-28 14:19:59 +00:00
} ,
"devDependencies" : {
"@types/express" : "4.16.0" ,
"@types/express-session" : "1.15.10" ,
2019-02-01 03:27:23 +00:00
"@types/graphql" : "^0.13.4" ,
2018-08-28 14:19:59 +00:00
"@types/jasmine" : "2.8.8" ,
"@types/lodash" : "4.14.116" ,
2019-02-01 03:27:23 +00:00
"@types/node" : "^10.12.21" ,
2018-08-28 14:19:59 +00:00
"@types/passport" : "0.4.6" ,
"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.6"
2018-09-06 17:31:54 +00:00
} ,
"resolutions" : {
"pg" : "6.4.2"
2018-08-28 14:19:59 +00:00
}
}