UNPKG

@practica/create-node-app

Version:

Create Node.js app that is packed with best practices AND strive for simplicity

32 lines (31 loc) 742 B
{ "name": "@practica/configuration-provider", "version": "0.0.2", "description": "", "main": "./.dist/index.js", "scripts": { "test": "jest", "test:dev": "jest --watch --silent", "test:dev:verbose": "jest --watch", "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", "dependencies": { "convict": "^6.2.2" }, "devDependencies": { "@types/convict": "^6.1.1", "ts-jest": "^28.0.8", "typescript": "4.6.4" } }