-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.31 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.31 KB
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
{
"name": "codify-plugin-lib",
"version": "1.0.173",
"description": "Library plugin library",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"type": "module",
"scripts": {
"test": "vitest",
"posttest": "tsc",
"prepublishOnly": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"codify-schemas": "1.0.76",
"@npmcli/promise-spawn": "^7.0.1",
"@homebridge/node-pty-prebuilt-multiarch": "^0.12.0-beta.5",
"uuid": "^10.0.0",
"lodash.isequal": "^4.5.0",
"nanoid": "^5.0.9",
"strip-ansi": "^7.1.0"
},
"devDependencies": {
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^3",
"@types/npmcli__promise-spawn": "^6.0.3",
"@types/node": "^20",
"@types/semver": "^7.5.4",
"@types/sinon": "^17.0.3",
"@types/uuid": "^10.0.0",
"@types/lodash.isequal": "^4.5.8",
"chai-as-promised": "^7.1.1",
"vitest": "^3.0.5",
"vitest-mock-extended": "^1.3.1",
"sinon": "^17.0.1",
"eslint": "^8.51.0",
"eslint-config-oclif": "^5",
"eslint-config-oclif-typescript": "^3",
"shx": "^0.3.3",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.4",
"typescript": "^5",
"eslint-config-prettier": "^9.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}