This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
61 lines (61 loc) · 1.56 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "dart_js_facade_gen",
"version": "0.0.7",
"description": "Generate Dart package:js JS Interop faces for arbitrary TypeScript libraries.",
"dependencies": {
"@types/chai": "^4.2.3",
"@types/fs-extra": "^8.0.0",
"@types/minimist": "^1.2.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.8",
"@types/source-map": "^0.5.7",
"@types/source-map-support": "^0.5.0",
"dart-style": "^1.3.2-dev",
"minimist": "^1.2.0",
"source-map": "^0.7.3",
"source-map-support": "^0.5.13",
"typescript": "^3.6.3"
},
"devDependencies": {
"chai": "^4.2.0",
"clang-format": "1.2.4",
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
"gulp-clang-format": "1.0.27",
"gulp-mocha": "^7.0.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "8.1.4",
"gulp-typescript": "^5.0.1",
"gulp-util": "^3.0.8",
"merge2": "^1.3.0",
"npm-release": "^1.0.0",
"temp": "^0.9.0",
"tslint": "^5.20.0",
"which": "^1.3.1"
},
"preferGlobal": true,
"bin": {
"dart_js_facade_gen": "index.js"
},
"scripts": {
"prepare": "gulp compile",
"test": "gulp test",
"release": "npm-release"
},
"repository": {
"type": "git",
"url": "https://github.com/dart-lang/js_facade_gen.git"
},
"keywords": [
"typescript",
"dart"
],
"contributors": [
"Dart Team <mailto:misc@dartlang.org> (https://www.dartlang.org/)"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dart-lang/js_facade_gen/issues"
},
"homepage": "https://github.com/dart-lang/js_facade_gen"
}