-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.86 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
69
70
71
72
{
"name": "pactup",
"version": "0.2.20",
"repository": {
"type": "git",
"url": "[email protected]:kadena-community/pactup.git"
},
"author": "Salama Ashoush <[email protected]>",
"packageManager": "[email protected]",
"license": "MIT",
"description": "Linter for the JavaScript Oxidation Compiler",
"keywords": [
"pact",
"pact-lang",
"pactup",
"kadena",
"kda",
"kadena-community",
"smart-contracts"
],
"homepage": "https://github.com/kadena-community/pactup",
"bugs": "https://github.com/kadena-community/pactup/issues",
"bin": "bin/pactup",
"engines": {
"node": ">=14.*"
},
"files": [
"bin/pactup",
"README.md"
],
"scripts": {
"version:prepare": "changeset version && tsx ./scripts/prepare-version.mts",
"generate-command-docs": "tsx ./scripts/print-command-docs.mts",
"generate-npm-packages": "node ./scripts/generate-npm-packages.mjs"
},
"changelog": {
"repo": "kadena-community/pactup",
"labels": {
"PR: New Feature": "New Feature 🎉",
"PR: Bugfix": "Bugfix 🐛",
"PR: Internal": "Internal 🛠",
"PR: Documentation": "Documentation 📝"
}
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@types/node": "^22.7.9",
"@types/shell-escape": "^0.2.3",
"chalk": "^5.3.0",
"cmd-ts": "0.13.0",
"cross-env": "^7.0.3",
"execa": "9.4.1",
"lerna-changelog": "2.2.0",
"prettier": "3.3.3",
"pv": "1.0.1",
"shell-escape": "^0.2.0",
"svg-term-cli": "2.1.1",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
},
"pnpm": {
"overrides": {
"xmldom@<0.5.0": ">=0.5.0",
"node-fetch@<2.6.7": ">=2.6.7",
"trim-newlines@<3.0.1": ">=3.0.1",
"plist@<3.0.5": ">=3.0.5",
"nth-check@<2.0.1": ">=2.0.1",
"micromatch@<4.0.8": ">=4.0.8"
}
}
}