UNPKG

@omni-door/utils

Version:

The utils of omni-door's projects

64 lines (63 loc) 1.83 kB
{ "name": "@omni-door/utils", "version": "1.4.0", "description": "The utils of omni-door's projects", "main": "lib/index.js", "scripts": { "test": "nyc mocha --opts mocha.opts", "lint": "eslint src/ --ext .ts --ext .tsx", "lint:fix": "eslint src/ --ext .ts --ext .tsx --fix", "build": "npm run build:rm && npm run build:tsc && npm run build:copy", "build:rm": "rm -rf lib/*", "build:tsc": "tsc --build", "build:branch": "./scripts/branch.sh", "build:version": "./scripts/version.sh", "build:copy": "./scripts/copy.sh", "release": "npm test && npm run build:branch master && npm run build && npm run build:version" }, "repository": { "type": "git", "url": "git+https://github.com/omni-door/utils.git" }, "keywords": [ "omni", "omni-door", "template", "utils" ], "author": "bobby.li", "license": "MIT", "bugs": { "url": "https://github.com/omni-door/utils/issues" }, "homepage": "https://github.com/omni-door/utils#readme", "dependencies": { "@types/signale": "1.4.0", "chalk": "3.0.0", "fs-extra": "8.1.0", "ora": "4.0.3", "semver": "7.3.4", "shelljs": "0.8.5", "signale": "1.4.0", "update-notifier": "5.1.0", "validate-npm-package-name": "3.0.0" }, "devDependencies": { "@types/chai": "^4.2.9", "@types/fs-extra": "^8.1.0", "@types/mocha": "^7.0.1", "@types/node": "^13.7.4", "@types/semver": "^7.3.4", "@types/shelljs": "^0.8.6", "@types/update-notifier": "~5.0.0", "@types/validate-npm-package-name": "^3.0.2", "@typescript-eslint/eslint-plugin": "^3.9.1", "@typescript-eslint/parser": "^3.9.1", "chai": "^4.2.0", "eslint": "^7.7.0", "mocha": "^7.0.1", "nyc": "^15.0.0", "ts-node": "^8.6.2", "typescript": "3.9.7" } }