You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "graphql-server-flotte-ts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "mocha -r ts-node/register tests/**/*.ts",
|
|
"start": "node dist/index.js",
|
|
"lint": "eslint --config .eslintrc.json --fix src/**/*.ts",
|
|
"start:ci": "node dist/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/crc": "^3.4.0",
|
|
"@types/mocha-steps": "^1.3.0",
|
|
"@types/node": "^14.14.10",
|
|
"@typescript-eslint/eslint-plugin": "^4.9.0",
|
|
"@typescript-eslint/parser": "^4.9.0",
|
|
"chai": "^4.2.0",
|
|
"delete": "^1.1.0",
|
|
"eslint": "^7.14.0",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.1.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-eslint": "^6.0.0",
|
|
"gulp-nodemon": "^2.5.0",
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
"mocha": "^8.2.1",
|
|
"mocha-steps": "^1.3.0",
|
|
"nyc": "^15.1.0",
|
|
"ts-node": "^9.1.0",
|
|
"typescript": "^4.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@types/chai": "^4.2.14",
|
|
"@types/chai-http": "^4.2.0",
|
|
"@types/mocha": "^8.0.4",
|
|
"apollo-server-express": "^2.19.0",
|
|
"body-parser": "^1.19.0",
|
|
"chai-http": "^4.3.0",
|
|
"cors": "^2.8.5",
|
|
"crc": "^3.8.0",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"express-cors": "0.0.3",
|
|
"graphql": "^15.4.0",
|
|
"messagepack": "^1.1.12",
|
|
"pg": "^8.5.1",
|
|
"promise-socket": "^7.0.0",
|
|
"reflect-metadata": "^0.1.13",
|
|
"typeorm": "^0.2.29"
|
|
}
|
|
}
|