forked from glutinum-org/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.52 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
{
"name": "@glutinum/cli",
"version": "0.12.0",
"description": "TypeScript definition to F# bindings converter",
"type": "module",
"main": "index.js",
"engines": {
"node": ">=16",
"pnpm": "8"
},
"bin": {
"glue": "./cli.js",
"glutinum": "./cli.js"
},
"files": [
"dist",
"./src/Glutinum.Converter/js",
"cli.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/glutinum-org/cli.git"
},
"author": "Maxime Mangel",
"license": "MIT",
"bugs": {
"url": "https://github.com/glutinum-org/cli/issues"
},
"homepage": "https://github.com/glutinum-org/cli#readme",
"devDependencies": {
"@iconify-icons/lucide": "^1.2.135",
"@iconify-icons/simple-icons": "^1.2.74",
"@iconify/react": "^4.1.1",
"@monaco-editor/react": "^4.6.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/ui": "^1.5.0",
"ansi-colors": "^4.1.3",
"bulma": "^0.9.4",
"diff": "^5.2.0",
"dirname-filename-esm": "^1.1.1",
"fable-css-modules": "^1.8.0",
"gh-pages": "^6.1.1",
"lz-string": "^1.5.0",
"monaco-editor": "^0.46.0",
"nodemon": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.75.0",
"vite": "^5.2.9",
"vitest": "^1.5.0"
},
"dependencies": {
"@ts-morph/bootstrap": "^0.22.0",
"chalk": "^5.3.0",
"typescript": "^5.2.2"
}
}