-
Notifications
You must be signed in to change notification settings - Fork 264
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 834 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 834 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
{
"name": "jsii-build-tools",
"version": "0.20.1",
"private": true,
"description": "Internal repository-level tools",
"license": "Apache-2.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
},
"homepage": "https://github.com/aws/jsii",
"bugs": {
"url": "https://github.com/aws/jsii/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/aws/jsii.git",
"directory": "packages/jsii-build-tools"
},
"engines": {
"node": ">= 10.3.0"
},
"bin": {
"diff-test": "bin/diff-test",
"package-js": "bin/package-js",
"package-java": "bin/package-java",
"package-dotnet": "bin/package-dotnet",
"package-ruby": "bin/package-ruby",
"package-python": "bin/package-python"
},
"scripts": {
"build": "chmod +x bin/*"
}
}