UNPKG

typhonjs-npm-scripts-runner

Version:

Provides an NPM module and script which will load a JSON file searching for an Array entry then executes the scripts.

52 lines (51 loc) 1.5 kB
{ "name": "typhonjs-npm-scripts-runner", "version": "0.4.0", "homepage": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-runner", "description": "Provides an NPM module and script which will load a JSON file searching for an Array entry then executes the scripts.", "license": "MPL-2.0", "author": { "name": "typhonrt" }, "repository": { "type": "git", "url": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-runner.git" }, "maintainers": [ { "name": "typhonrt", "email": "support@js.typhonrt.org" } ], "dependencies": { "fs-extra": "^2.0.0", "strip-json-comments": "^2.0.0" }, "devDependencies": { "typhonjs-config-eslint": "^0.5.0" }, "keywords": [ "typhonjs", "node", "npm", "script", "runner" ], "scripts": { "test": "node ./test/scripts/test.js", "test-script": "node ./scripts/runner.js ./test/data/.scriptrc test.data.scripts", "test-script-bad": "node ./scripts/runner.js ./test/data/.badfile test.data.scripts", "test-script-js": "node ./scripts/runner.js ./test/data/.scriptrc.js test.data.scripts", "test-script-message": "node ./scripts/runner.js ./test/data/.scriptrc test.data.scripts 'A custom message -'" }, "main": "src/runner.js", "files": [ "scripts", "src", "AUTHORS.md" ], "directories": {}, "bugs": { "url": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-runner/issues" } }