-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 996 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
41
42
43
44
45
46
47
{
"name": "repro",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"url": "moofish32/gist:db75aa4bb8b3a4cd42839fcb06cc9183"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": {
"name": "Reproduction",
"url": "https://github.com/moofish32",
"organization": false
},
"license": "ISC",
"devDependencies": {
"jsii": "^0.7.0",
"jsii-pacmak": "^0.7.0"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "jsii",
"watch": "jsii -w",
"package": "jsii-pacmak -v"
},
"jsii": {
"outdir": "dist",
"targets": {
"java": {
"package": "com.acme.repro",
"maven": {
"groupId": "com.acme.repro",
"artifactId": "repro-jsii"
}
},
"dotnet": {
"namespace": "Repro.HelloNamespace",
"packageId": "Repro.HelloPackage"
},
"sphinx": { }
}
}
}