-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
39 lines (39 loc) · 968 Bytes
/
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
{
"name": "pp-finder",
"version": "2.0.1",
"packageManager": "[email protected]",
"main": "dist/loader.cjs",
"repository": {
"type": "git",
"url": "https://github.com/yeswehack/pp-finder.git"
},
"homepage": "https://github.com/yeswehack/pp-finder",
"author": "yeswehack",
"description": "",
"license": "MIT",
"scripts": {
"build": "make all -j 4",
"dev": "make watch -j 4",
"test": "make test -j 4",
"prepare": "make all -j 4",
"cli": "ts-node ./src/cli.ts"
},
"dependencies": {
"@inquirer/select": "^2.4.5",
"cmd-ts": "^0.13.0",
"ncc": "^0.3.6",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.7",
"@types/node": "^22.0.0",
"@vercel/ncc": "^0.38.1",
"mocha": "^10.7.0",
"typescript-json-schema": "^0.64.0",
"zod-to-json-schema": "^3.23.2"
},
"bin": "./dist/cli.cjs"
}