with-package
Version:
Run any command with package.json properties exposed as environment variables
54 lines (53 loc) • 1.2 kB
JSON
{
"name": "with-package",
"version": "1.0.2",
"description": "Run any command with package.json properties exposed as environment variables",
"bin": {
"with-package": "bin/with-package.js"
},
"scripts": {
"test": "mocha -R spec src/*-spec.js",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/with-package.git"
},
"keywords": [
"npm",
"script",
"exec",
"run",
"command",
"package",
"variables",
"environment",
"variable"
],
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahmutov/with-package/issues"
},
"homepage": "https://github.com/bahmutov/with-package",
"dependencies": {
"check-more-types": "1.9.2",
"lazy-ass": "0.6.0",
"quote": "0.4.0"
},
"devDependencies": {
"mocha": "2.5.3",
"pre-git": "0.8.2",
"semantic-release": "15.1.4",
"travis-deploy-once": "4.4.1"
},
"pre-commit": [
"npm test",
"npm version"
],
"commit-msg": [],
"pre-push": [],
"post-commit": [],
"post-merge": []
}