UNPKG

typhonjs-npm-scripts-publish

Version:

Provides NPM scripts for pre-publish and publish actions for TyphonJS NPM modules and beyond.

47 lines (46 loc) 1.08 kB
{ "name": "typhonjs-npm-scripts-publish", "version": "0.4.0", "homepage": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-publish", "description": "Provides NPM scripts for pre-publish and publish actions for TyphonJS NPM modules and beyond.", "license": "MPL-2.0", "author": { "name": "typhonrt" }, "repository": { "type": "git", "url": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-publish.git" }, "maintainers": [ { "name": "typhonrt", "email": "support@typhonjs.io" } ], "dependencies": { "in-publish": "^2.0.0", "typhonjs-npm-scripts-runner": "^0.4.0" }, "devDependencies": { "typhonjs-config-eslint": "^0.5.0" }, "keywords": [ "typhonjs", "node", "npm", "script", "prepublish", "publish" ], "scripts": { "test": "node ./test/scripts/test.js" }, "files": [ "scripts", "AUTHORS.md" ], "directories": {}, "bugs": { "url": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-publish/issues" } }