-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.6 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@xn-sakina/vary",
"version": "1.4.0",
"description": "Changesets command shortcut sets",
"keywords": [
"changesets",
"shortcut",
"npm",
"npm-publish",
"monorepo"
],
"homepage": "https://github.com/xn-sakina/vary#README",
"repository": {
"type": "git",
"url": "https://github.com/xn-sakina/vary"
},
"author": "fz6m",
"files": [
"dist",
"compiled"
],
"bin": {
"vary": "bin/vary.js"
},
"scripts": {
"prepare": "husky install",
"dev": "tsc --watch",
"build": "rimraf dist && tsc",
"build:deps": "dora build",
"test": "node ./bin/vary.js",
"prepublishOnly": "pnpm build",
"push": "npm publish --registry=https://registry.npmjs.com/",
"format": "eslint src --fix"
},
"dependencies": {
"@manypkg/get-packages": "2.2.0",
"commander": "11.1.0",
"execa": "5.1.1",
"fs-extra": "11.1.1",
"lodash": "4.17.21",
"resolve": "1.22.8",
"yaml": "2.3.3",
"yargs-parser": "21.1.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.3",
"@types/lodash": "^4.14.200",
"@types/node": "^18.18.7",
"@types/resolve": "^1.20.6",
"@types/yargs-parser": "^21.0.2",
"@xn-sakina/dora": "^1.0.0",
"@xn-sakina/vary": "file:./",
"chalk": "^5.3.0",
"commit-verify": "^1.1.0",
"eslint": "^8.52.0",
"eslint-plugin-sakina": "^4.4.0",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"sort-package-json": "^2.6.0",
"typescript": "^5.2.2"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"packageManager": "pnpm@8.10.2"
}