@practica/create-node-app
Version:
Create Node.js app that is packed with best practices AND strive for simplicity
37 lines (36 loc) • 853 B
JSON
{
"name": "@practica/error-handling",
"version": "0.0.3",
"description": "",
"main": ".dist/index.js",
"scripts": {
"test": "jest --runInBand",
"test:dev": "jest --watch --silent --runInBand",
"installDependencies": "npm install",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/practicajs/practica.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/practicajs/practica/issues"
},
"homepage": "https://github.com/practicajs/practica#readme",
"devDependencies": {
"@types/node": "^20.10.0",
"ts-jest": "^28.0.3",
"typescript": "^5.2.2"
},
"dependencies": {
"@practica/logger": "^0.0.5",
"jest": "^28.1.0",
"jest-sinon": "^1.0.4",
"sinon": "^14.0.0"
},
"peerDependencies": {
"fastify": "4.24.3"
}
}