UNPKG

@practica/create-node-app

Version:

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

32 lines (31 loc) 703 B
{ "name": "@practica/global-context", "version": "0.1.0", "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" }, "devDependencies": { "@types/node": "^20.11.30", "ts-jest": "^28.0.3", "typescript": "4.6.4" }, "dependencies": { "jest": "^28.1.0", "jest-sinon": "^1.0.4", "sinon": "^14.0.0" } }