UNPKG

opensphere-build-closure-helper

Version:

Helper functions for working with opensphere-build-resolver and the Google Closure Compiler

78 lines (77 loc) 2.29 kB
{ "name": "opensphere-build-closure-helper", "version": "7.1.1", "description": "Helper functions for working with opensphere-build-resolver and the Google Closure Compiler", "main": "index.js", "bin": { "os-compile": "./os-compile.js", "os-gendeps": "./os-gendeps.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "package:update": "if git diff --name-only ORIG_HEAD HEAD | grep --quiet package.json; then echo 'UPDATE: package.json changed, consider running yarn in your workspace root'; fi", "lint": "eslint *.js", "semantic-release": "semantic-release" }, "keywords": [ "opensphere", "build", "helper", "closure", "compiler" ], "author": "William Wall <wwall@caci.com>", "maintainers": [ "William Wall <wwall@caci.com>", "Kevin Schmidt <kschmidt@caci.com>" ], "repository": { "type": "git", "url": "https://github.com/ngageoint/opensphere-build-closure-helper.git" }, "license": "Apache-2.0", "husky": { "hooks": { "pre-commit": "npm run lint", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "release": { "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", "@semantic-release/npm", [ "@semantic-release/git", { "assets": [ "package.json", "CHANGELOG.md" ], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } ], "@semantic-release/github" ] }, "dependencies": { "bluebird": "^3.7.2", "google-closure-compiler": "20210406.0.0", "google-closure-library": "20210406.0.0" }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@semantic-release/changelog": "^5.0.1", "@semantic-release/commit-analyzer": "^8.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/github": "^7.2.0", "@semantic-release/npm": "^7.0.10", "@semantic-release/release-notes-generator": "^9.0.1", "eslint": "^7.20.0", "eslint-config-google": "^0.14.0", "husky": "^3.0.1", "semantic-release": "^17.3.9" } }