-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 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
{
"name": "pactup",
"version": "0.3.0",
"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.12",
"@types/node": "^22.13.0",
"@types/shell-escape": "^0.2.3",
"chalk": "^5.4.1",
"cmd-ts": "0.13.0",
"cross-env": "^7.0.3",
"execa": "9.5.2",
"lerna-changelog": "2.2.0",
"prettier": "3.4.2",
"pv": "1.0.1",
"shell-escape": "^0.2.0",
"svg-term-cli": "2.1.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}