UNPKG

1.19 kBJSONView Raw
1{
2 "name": "kanpai",
3 "version": "0.9.5",
4 "description": "🍻 Use Kanpai to publish a new version of your module!",
5 "license": "MIT",
6 "repository": "egoist/kanpai",
7 "author": {
8 "name": "EGOIST",
9 "email": "0x142857@gmail.com",
10 "url": "https://egoist.sh"
11 },
12 "bin": {
13 "kanpai": "./dist/cli.js",
14 "kp": "./dist/cli.js"
15 },
16 "engines": {
17 "node": ">=14.0.0"
18 },
19 "scripts": {
20 "test": "echo lol",
21 "prepublishOnly": "npm run build",
22 "build": "tsup"
23 },
24 "files": [
25 "dist"
26 ],
27 "keywords": [
28 "cli-app",
29 "cli",
30 "publish"
31 ],
32 "devDependencies": {
33 "@types/cross-spawn": "^6.0.2",
34 "@types/semver": "^7.3.9",
35 "@types/text-table": "^0.2.2",
36 "@types/update-notifier": "^5.1.0",
37 "cac": "^6.7.12",
38 "colorette": "^2.0.16",
39 "commits-between": "^0.2.0",
40 "conf": "^10.1.1",
41 "configstore": "^6.0.0",
42 "ensure-git": "^0.1.0",
43 "env-paths": "^3.0.0",
44 "execa": "^6.0.0",
45 "figures": "^4.0.0",
46 "log-symbols": "^5.1.0",
47 "semver": "^7.3.5",
48 "text-table": "^0.2.0",
49 "tsup": "^5.11.7",
50 "typescript": "^4.5.4",
51 "update-notifier": "^5.1.0",
52 "write-pkg": "^5.0.0"
53 }
54}