UNPKG

js-project-generator-cli

Version:
23 lines (22 loc) 466 B
{ "name": "<%= projectName %>", "version": "1.0.0", "description": "# Requirements * ... * ... * ...", "main": "./dist/index.js", "types": "./dist/index.d.js", "type": "module", "directories": { "test": "test" }, "dependencies": { "mocha": "10.7.3", "chai": "^5.1.1" }, "scripts": { "test": "mocha", "build": "tsc", "watch": "tsc -w" }, "author": "Pedro Alfonso Garcia <p.alfonsoag@gmail.com>", "license": "MIT" }