UNPKG

@practica/create-node-app

Version:

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

27 lines (26 loc) 569 B
{ "name": "@practica/validation", "version": "0.0.3", "description": "", "main": "./.dist/index.js", "scripts": { "build": "tsc", "installDependencies": "npm install" }, "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": { "ajv": "^8.11.0" }, "devDependencies": { "typescript": "^5.2.2" } }