@practica/create-node-app
Version:
Create Node.js app that is packed with best practices AND strive for simplicity
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "@practica/logger",
"version": "0.0.5",
"description": "",
"main": ".dist/index.js",
"scripts": {
"test": "jest --forceExit",
"test:dev": "jest --watch --silent --runInBand",
"test:dev:verbose": "jest --watch",
"build": "tsc",
"installDependencies": "npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/practicajs/practica.git"
},
"dependencies": {
"@practica/global-context": "^0.1.0",
"@practica/configuration-provider": "^0.0.1-alpha.1",
"pino": "^8.5.0"
},
"devDependencies": {
"@types/is-ci": "^3.0.0",
"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"jest-environment-node": "^27.5.1",
"nock": "^13.2.4",
"pino-pretty": "^7.6.1",
"sinon": "^14.0.0",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"typescript": "4.6.4"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/practicajs/practica/issues"
},
"homepage": "https://github.com/practicajs/practica#readme"
}