1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "runscript",
- "version": "1.5.3",
- "description": "Run script easy!",
- "main": "index.js",
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "scripts": {
- "contributor": "git-contributor",
- "test": "npm run lint && egg-bin test",
- "test-cov": "egg-bin cov",
- "lint": "eslint index.js test --fix",
- "ci": "npm run lint && npm run test-cov",
- "autod": "autod -w --prefix '^'"
- },
- "dependencies": {
- "debug": "^2.6.8",
- "is-type-of": "^1.1.0"
- },
- "devDependencies": {
- "@types/node": "^12.0.8",
- "autod": "^3.1.0",
- "egg-bin": "^1.11.1",
- "egg-ci": "^1.8.0",
- "eslint": "^4.19.1",
- "eslint-config-egg": "^6.0.0",
- "git-contributor": "^1.0.10",
- "typescript": "^3.9.3"
- },
- "homepage": "https://github.com/node-modules/runscript",
- "repository": {
- "type": "git",
- "url": "git://github.com/node-modules/runscript.git",
- "web": "https://github.com/node-modules/runscript"
- },
- "bugs": {
- "url": "https://github.com/node-modules/runscript/issues"
- },
- "keywords": [
- "runscript",
- "run-script",
- "npm run"
- ],
- "engines": {
- "node": ">=4.2.3"
- },
- "ci": {
- "version": "8, 10, 12, 14, 16",
- "type": "github",
- "npminstall": false
- },
- "author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
- "license": "MIT"
- }
|