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/**/!(*.spec).js"
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 "test": "semistandard 'src/**/*.js' && nyc mocha --opts mocha.opts src/**/*.spec.js"
36 },
37 "version": "3.0.4",
38 "dependencies": {
39 "@hutson/set-npm-auth-token-for-ci": "^2.1.0",
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": "^4.0.0",
45 "semver": "^5.6.0",
46 "shelljs": "^0.8.0",
47 "write-pkg": "^3.0.1"
48 },
49 "devDependencies": {
50 "@hutson/conventional-changelog-config": "^2.0.0",
51 "@hutson/nyc-config": "^2.0.0",
52 "chai": "^4.0.2",
53 "chai-as-promised": "^7.0.0",
54 "codecov": "^3.0.0",
55 "debug": "^4.0.0",
56 "mocha": "^5.0.0",
57 "nock": "^10.0.0",
58 "npm-publish-git-tag": "^3.0.0",
59 "nyc": "^13.0.0",
60 "semantic-release-gitlab": "^7.0.0",
61 "semistandard": "^13.0.1",
62 "sinon": "^7.0.0",
63 "sinon-chai": "^3.0.0",
64 "tmp": "^0.0.33"
65 },
66 "readme": "ERROR: No README data found!",
67 "_id": "npm-publish-git-tag@1.0.0"
68}