-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.27 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
{
"name": "@aviarytech/tev2-ingress",
"version": "0.0.10",
"description": "",
"main": "lib/Run.js",
"types": "lib/Run.d.ts",
"bin": {
"tev2-ingress": "./lib/Run.js"
},
"type": "module",
"scripts": {
"build": "rm -rf lib && tsc -p .",
"rebuild": "npm uninstall @aviarytech/tev2-ingress -g && rm -rf lib && npm run build && npm i -g",
"postbuild": "cp package.json lib/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aviarytech/tev2-ingress.git"
},
"keywords": [
"ctwg",
"tev2",
"ingress"
],
"author": "Brian Richter",
"license": "ISC",
"bugs": {
"url": "https://github.com/aviarytech/tev2-ingress/issues"
},
"homepage": "https://github.com/aviarytech/tev2-ingress#readme",
"dependencies": {
"@types/fs-extra": "^11.0.1",
"@types/js-yaml": "^4.0.5",
"chalk": "^5.3.0",
"command-line-args": "^5.2.1",
"commander": "^11.0.0",
"figlet": "^1.6.0",
"js-yaml": "^4.1.0",
"markdown-it": "^13.0.1",
"simple-git": "^3.17.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/command-line-args": "^5.2.0",
"@types/figlet": "^1.5.6",
"@types/markdown-it": "^12.2.3",
"npm-run-all": "^4.1.5",
"typescript": "^5.2.2"
},
"files": [
"lib/**/*"
]
}