forked from Schniz/fnm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.34 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
{
"name": "fnm",
"version": "1.35.1",
"private": true,
"repository": "[email protected]:Schniz/fnm.git",
"author": "Gal Schlezinger <[email protected]>",
"type": "module",
"packageManager": "[email protected]",
"license": "GPLv3",
"scripts": {
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest",
"version:prepare": "changeset version && ./.ci/prepare-version.js",
"generate-command-docs": "./.ci/print-command-docs.js"
},
"changelog": {
"repo": "Schniz/fnm",
"labels": {
"PR: New Feature": "New Feature 🎉",
"PR: Bugfix": "Bugfix 🐛",
"PR: Internal": "Internal 🛠",
"PR: Documentation": "Documentation 📝"
}
},
"devDependencies": {
"@changesets/cli": "2.26.2",
"@changesets/changelog-github": "0.4.8",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/shell-escape": "^0.2.1",
"chalk": "^5.1.2",
"cmd-ts": "0.13.0",
"cross-env": "^7.0.3",
"execa": "7.2.0",
"jest": "^29.3.1",
"lerna-changelog": "2.2.0",
"node-fetch": "^3.3.0",
"prettier": "3.0.2",
"pv": "1.0.1",
"shell-escape": "^0.2.0",
"svg-term-cli": "2.1.1",
"toml": "3.0.0",
"ts-dedent": "^2.2.0",
"ts-jest": "^29.0.3",
"typescript": "^5.0.0",
"which": "^3.0.1",
"zod": "^3.19.1"
},
"prettier": {
"semi": false
}
}