UNPKG

1.84 kBJSONView Raw
1{
2 "author": {
3 "name": "Hutson Betts",
4 "email": "hutson@hyper-expanse.net",
5 "url": "https://gitlab.com/hutson"
6 },
7 "bin": {
8 "npm-publish-git-tag": "./src/cli.js"
9 },
10 "bugs": {
11 "url": "https://gitlab.com/hyper-expanse/open-source/npm-publish-git-tag/issues"
12 },
13 "description": "Publish to an `npm`-compatible registry using the latest git tag from that package's repository.",
14 "engines": {
15 "node": ">=6.9.0"
16 },
17 "files": [
18 "src/"
19 ],
20 "homepage": "https://gitlab.com/hyper-expanse/open-source/npm-publish-git-tag#readme",
21 "keywords": [
22 "npm",
23 "publish",
24 "git",
25 "tag"
26 ],
27 "license": "Apache-2.0",
28 "main": "src/index.js",
29 "name": "npm-publish-git-tag",
30 "repository": {
31 "type": "git",
32 "url": "https://gitlab.com/hyper-expanse/open-source/npm-publish-git-tag.git"
33 },
34 "scripts": {
35 "dev": "docker run --rm --user node -v \"$(pwd)\":/app -w /app -it node:6 sh -c \"yarn install; yarn test; bash\"",
36 "test": "eslint src/ && nyc mocha --opts mocha.opts src/**/*.spec.js"
37 },
38 "version": "2.1.6",
39 "dependencies": {
40 "bluebird": "^3.5.0",
41 "commander": "^2.9.0",
42 "git-latest-semver-tag": "^1.0.2",
43 "is-scoped": "^1.0.0",
44 "read-pkg": "^3.0.0",
45 "set-npm-auth-token-for-ci": "^1.0.14",
46 "shelljs": "^0.8.0",
47 "write-pkg": "^3.0.1"
48 },
49 "devDependencies": {
50 "@hbetts/nyc-config": "^1.0.2",
51 "chai": "^4.0.2",
52 "chai-as-promised": "^7.0.0",
53 "codecov": "^3.0.0",
54 "debug": "^3.1.0",
55 "eslint": "^4.0.0",
56 "eslint-config-xo-space": "^0.18.0",
57 "mocha": "^5.0.0",
58 "nock": "^9.0.13",
59 "nyc": "^11.0.2",
60 "semantic-release-gitlab": "^5.0.0",
61 "sinon": "^5.0.0",
62 "sinon-chai": "^3.0.0",
63 "tmp": "^0.0.33"
64 },
65 "readme": "ERROR: No README data found!",
66 "_id": "npm-publish-git-tag@1.0.0"
67}