-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
52 lines (52 loc) · 1.31 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
{
"name": "@ocsigen/ts2ocaml",
"version": "2.0.0-beta.3",
"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/js/ts2ocaml.js"
},
"files": [
"dist/js/"
],
"main": "./dist/js/ts2ocaml.js",
"bin": "./dist/js/ts2ocaml.js",
"dependencies": {
"@babel/code-frame": "^7.18.6",
"browser-or-node": "^3.0.0",
"chalk": "^5.0.1",
"typescript": "5.4.2",
"yargs": "^17.5.1"
},
"devDependencies": {
"@angular/common": "^19.0.5",
"@babel/core": "7.26.0",
"@types/babel__code-frame": "^7.0.3",
"@types/react-modal": "3.16.0",
"@types/semver": "7.5.0",
"@types/vscode": "^1.63.1",
"@types/yargs": "^17.0.10",
"cassandra-driver": "^4.6.3",
"cdk8s": "^2.2.41",
"monaco-editor": "0.52.0",
"react-player": "2.16.0",
"rescript": "11.1.0",
"ts2fable": "0.8.0-build.723",
"webpack": "5.97.0",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0"
}
}