@martel/tql-template
Version:
A project template for creating new tql applications
22 lines (21 loc) • 511 B
JSON
{
"name": "@app/api",
"version": "0.0.1",
"description": "Awesome project developed with TypeORM.",
"dependencies": {
"@types/node": "^12.12.6",
"apollo-server-express": "^2.18.2",
"class-validator": "0.12.2",
"graphql": "^15.3.0",
"typeorm": "0.2.28",
"reflect-metadata": "^0.1.10",
"mongodb": "^3.0.8",
"express": "^4.17.1",
"ts-node": "9.0.0"
},
"scripts": {
"start": "nodemon",
"build": "echo \"Nothing to build\" && exit 0",
"test": "jest"
}
}