-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 872 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
40
{
"name": "jsii-docgen-mre",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "jsii",
"generate-docs": "jsii-docgen",
"build:generate-docs": "jsii && jsii-docgen",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "John Doe",
"email": "[email protected]"
},
"license": "UNLICENSED",
"devDependencies": {
"jsii": "^5.4.21",
"jsii-docgen": "^10.4.15",
"jsii-pacmak": "^1.100.0",
"typescript": "^5.4.5"
},
"repository": {
"url": "https://github.com/acme/project-name.git"
},
"jsii": {
"versionFormat": "full",
"targets": {
"python": {
"distName": "jsii-docgen-mre",
"module": "jsii-docgen-mre"
}
},
"tsc": {
"outDir": "dist"
}
},
"stability": "stable"
}