{ "name": "@tonality/service-core", "version": "1.0.0", "description": "", "main": "app.ts", "directories": { "test": "test" }, "scripts": { "test": "jest", "start": "fastify start -l info dist/app.js", "build:ts": "tsc", "dev": "tsc && concurrently -k -p \"[{name}]\" -n \"TypeScript,App\" -c \"yellow.bold,cyan.bold\" \"tsc -w\" \"fastify start --ignore-watch=.ts$ -w -l info -P dist/app.js\"" }, "keywords": [], "author": "TheoryOfNekomata", "license": "MIT", "dependencies": { "@abraham/reflection": "^0.8.0", "dotenv": "^9.0.2", "fastify": "^3.0.0", "fastify-autoload": "^3.3.1", "fastify-cli": "^2.11.0", "fastify-cors": "^6.0.1", "fastify-plugin": "^3.0.0", "fastify-sensible": "^3.1.0", "knex": "^0.95.5", "tsyringe": "^4.5.0", "uuid": "^8.3.2" }, "devDependencies": { "@types/jest": "^26.0.23", "@types/node": "^15.0.0", "@types/uuid": "^8.3.0", "concurrently": "^6.0.0", "cross-env": "^7.0.3", "fastify-tsconfig": "^1.0.1", "jest": "^26.6.3", "ts-jest": "^26.5.6", "typescript": "^4.1.3" }, "optionalDependencies": { "@types/sqlite3": "^3.1.7", "sqlite3": "^5.0.2" } }