-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
54 lines (54 loc) · 1.62 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
{
"name": "ionide-vscode-helpers",
"version": "1.0.0",
"description": "Helper library containing some common functionalities used by other ionide plugins.",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/ionide/ionide-vscode-helpers.git"
},
"author": "Krzysztof Cieslak",
"contributors": [
{
"name": "Krzysztof Cieślak",
"url": "https://twitter.com/k_cieslak"
},
{
"name": "Jared Hester",
"email": "[email protected]",
"url": "https://twitter.com/cloudRoutine"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ionide/ionide-vscode-helpers/issues"
},
"homepage": "https://github.com/ionide/ionide-vscode-helpers#readme",
"scripts": {
"gen:vscode": "ts2fable node_modules/@types/vscode/index.d.ts src/Fable.Import.VSCode.fs",
"gen:vscode-proposed": "vscode-dts dev && ts2fable ./vscode.proposed.d.ts src/Fable.Import.VSCode.Proposed.fs"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"axios": "^0.26.1",
"ws": "^8.5.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@types/showdown": "^1.9.4",
"@types/vscode": "^1.65.0",
"@types/ws": "^8.5.3",
"@vscode/debugadapter": "^1.54.0",
"@vscode/debugprotocol": "^1.54.0",
"babel-loader": "^8.2.3",
"ts2fable": "^0.9.0-build.729",
"vscode-dts": "^0.3.3",
"vscode-languageclient": "^8.0.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0"
},
"packageManager": "[email protected]"
}