๐Ÿ“ฆ Turbo87 / auto-dist-tag

๐Ÿ“„ package.json ยท 45 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45{
  "name": "auto-dist-tag",
  "version": "2.1.1",
  "description": "Automatically rewrites the publishConfig.tag setting in your package.json file for you",
  "homepage": "https://github.com/Turbo87/auto-dist-tag#readme",
  "bugs": {
    "url": "https://github.com/Turbo87/auto-dist-tag/issues"
  },
  "license": "Apache-2.0",
  "author": "Tobias Bieniek <tobias.bieniek@gmail.com>",
  "main": "src/auto-dist-tag.js",
  "bin": {
    "auto-dist-tag": "cli.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Turbo87/auto-dist-tag.git"
  },
  "scripts": {
    "release": "release-it",
    "test": "jest"
  },
  "dependencies": {
    "debug": "^4.3.1",
    "fs-extra": "^10.0.0",
    "meow": "^11.0.0",
    "package-json": "^8.0.0",
    "pkg-up": "^4.0.0",
    "semver": "^7.0.0"
  },
  "devDependencies": {
    "jest": "29.5.0",
    "release-it": "15.10.3",
    "release-it-lerna-changelog": "5.0.0"
  },
  "engines": {
    "node": "14 || 16 || 18"
  },
  "jest": {
    "testMatch": [
      "**/test/**/*-test.js"
    ]
  }
}