UNPKG

@ovine/init

Version:

Apply ovine template more easily.

55 lines (54 loc) 1.52 kB
{ "name": "@ovine/init", "version": "0.1.7", "description": "Apply ovine template more easily.", "private": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/CareyToboo/ovine.git" }, "bugs": { "url": "https://github.com/CareyToboo/ovine/issues" }, "author": "carey toboos", "license": "Apache-2.0", "bin": { "ovine-init": "bin/index.js" }, "keywords": [ "aims", "ovine", "react", "typescript", "admin-template" ], "scripts": { "tsc": "rimraf ./lib && tsc", "dev": "tsc -w", "clean": "rimraf ./lib", "clean:tmp": "rimraf ./tmp/*", "cli": "node ../cli/bin/index.js", "gen:env": "rimraf ./env/.ovine && yarn cli dll --no-hash env && yarn cli scss env && node ./post_gen_env.js", "test:js:normal": "rimraf ./tmp/js_normal && node ./bin/index.js init js_normal ./tmp", "test:js:eslint": "rimraf ./tmp/js_eslint && node ./bin/index.js init js_eslint ./tmp", "test:ts:normal": "rimraf ./tmp/ts_normal && node ./bin/index.js init ts_normal ./tmp", "test:ts:eslint": "rimraf ./tmp/ts_eslint && node ./bin/index.js init ts_eslint ./tmp" }, "dependencies": { "chalk": "^3.0.0", "commander": "^4.0.1", "figlet": "^1.3.0", "fs-extra": "^8.1.0", "inquirer": "^7.0.0", "ora": "^4.0.3", "semver": "^6.3.0", "shelljs": "^0.8.3" }, "engines": { "node": ">=10.9.0" }, "gitHead": "e811cd6c03f4f4448b4608e7913cd98585e39360" }