-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 800 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 800 Bytes
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
{
"name": "interface2class",
"version": "0.1.2",
"description": "interface gen class",
"type": "module",
"main": "./src/index.ts",
"bin": {
"i2c": "./lib/index.mjs"
},
"scripts": {
"i2c": "esno ./src/index.ts",
"build": "unbuild"
},
"keywords": [
"interface",
"generate",
"class",
"typescript",
"ArtTS"
],
"author": "zhousg",
"license": "MIT",
"repository": {
"url": "https://github.com/HarmonyOS-Next/interface2class"
},
"dependencies": {
"@ast-grep/napi": "^0.14.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.5",
"commander": "^11.1.0",
"esno": "^4.0.0",
"fs-extra": "^11.2.0",
"magic-string": "^0.30.5",
"picocolors": "^1.0.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0"
}
}