UNPKG

emerald-templates

Version:

Intelligent Template Generation & Project Management

75 lines (74 loc) 1.82 kB
{ "name": "emerald-templates", "version": "0.4.7", "description": "Intelligent Template Generation & Project Management", "scripts": { "test": "mocha ./test/**/mocha/**/*.js", "pretty": "prettier --write \"./**/*.js\"", "lint": "npx eslint --fix src", "prepublish": "npm run pretty && npm run lint && test" }, "bin": { "emerald-templates": "./src/index.js", "emt": "./src/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/L1lith/Emerald-Templates.git" }, "keywords": [ "intelligent", "template", "generation", "emerald", "templates", "code", "project", "preset", "gems", "scripting", "javascript", "templating" ], "author": "L1lith", "license": "MIT", "bugs": { "url": "https://github.com/L1lith/Emerald-Templates/issues" }, "homepage": "https://github.com/L1lith/Emerald-Templates#readme", "dependencies": { "chalk": "^4.1.0", "command-functions": "^0.1.4", "contains-path": "^1.0.0", "deglob": "^4.0.1", "delete": "^1.1.0", "directory-exists": "^2.0.1", "ejs": "^3.1.7", "fly-install": "0.0.2", "fs-extra": "^8.0.1", "ignore-walk": "^3.0.3", "install": "^0.13.0", "jabr": "^0.3.1", "minimist": "^1.2.6", "mkdirp": "^1.0.4", "mvdir": "^1.0.17", "normalize-path": "^3.0.0", "ondeath": "^1.0.0", "open-file-explorer": "^1.0.2", "path-type": "^4.0.0", "rimraf": "^3.0.2", "sandhands": "^1.6.1", "sanitize-filename": "^1.6.3", "string-argv": "^0.3.1", "subdir": "0.0.3", "temp": "^0.9.4" }, "devDependencies": { "chai": "^4.2.0", "chai-fs": "^2.0.0", "eslint": "^8.14.0", "eslint-plugin-mocha": "^10.0.4", "mocha": "^9.2.2", "prettier": "^2.6.2" } }