-
Notifications
You must be signed in to change notification settings - Fork 264
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.49 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.49 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
53
54
55
56
{
"name": "jsii-rosetta",
"version": "0.0.0",
"description": "Translate TypeScript code snippets to other languages",
"main": "lib/index.js",
"bin": {
"jsii-rosetta": "bin/jsii-rosetta"
},
"scripts": {
"build": "yarn tsc --build && npm run lint",
"watch": "yarn tsc --build -w",
"lint": "eslint . --ext .js,.ts --ignore-path=.gitignore --ignore-pattern=examples/* --ignore-pattern=test/translations/*",
"lint:fix": "yarn lint --fix",
"test": "jest",
"test:update": "jest -u",
"package": "package-js"
},
"devDependencies": {
"@types/commonmark": "^0.27.5",
"@types/mock-fs": "^4.13.1",
"@types/workerpool": "^6.1.0",
"@types/semver": "^7.3.10",
"jsii-build-tools": "0.0.0",
"memory-streams": "^0.1.3",
"mock-fs": "^5.1.2"
},
"dependencies": {
"@jsii/check-node": "0.0.0",
"@jsii/spec": "0.0.0",
"commonmark": "^0.30.0",
"typescript": "~3.9.10",
"sort-json": "^2.0.1",
"@xmldom/xmldom": "^0.8.2",
"workerpool": "^6.2.1",
"yargs": "^16.2.0",
"semver": "^7.3.7",
"semver-intersect": "^1.4.0",
"fast-glob": "^3.2.11",
"jsii": "0.0.0"
},
"license": "Apache-2.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
"organization": true
},
"homepage": "https://github.com/aws/jsii",
"repository": {
"type": "git",
"url": "https://github.com/aws/jsii.git",
"directory": "packages/jsii-rosetta"
},
"engines": {
"node": ">= 14.6.0"
}
}