-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1.11 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
{
"name": "@ocsigen/ts2ocaml",
"version": "1.4.0-beta.0",
"description": "Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API",
"repository": {
"type": "git",
"url": "https://github.com/ocsigen/ts2ocaml"
},
"keywords": [
"ocaml",
"js_of_ocaml",
"typescript"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ocsigen/ts2ocaml/issues"
},
"homepage": "https://github.com/ocsigen/ts2ocaml",
"scripts": {
"ts2ocaml": "node ./dist/ts2ocaml.js"
},
"files": [
"dist/"
],
"main": "./dist/ts2ocaml.js",
"bin": {
"ts2ocaml": "./dist/ts2ocaml.js"
},
"dependencies": {
"browser-or-node": "^2.0.0",
"typescript": "4.5.4",
"yargs": "17.3.1"
},
"devDependencies": {
"@angular/common": "^13.0.3",
"@babel/core": "7.16.7",
"@types/react-modal": "3.13.1",
"@types/semver": "7.3.9",
"@types/yargs": "17.0.8",
"cassandra-driver": "^4.6.3",
"monaco-editor": "0.31.1",
"react-player": "2.9.0",
"webpack": "5.65.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.7.2"
}
}