-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 815 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 815 Bytes
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
{
"name": "@tinialabs/vs-studio",
"version": "1.56.2",
"description": "VS Code Web Tinia Labs Demo",
"author": "Tinia Labs",
"license": "MIT",
"repository": "https://github.com/tinialabs/vs-studio",
"scripts": {
"clean": "rm -rf dist && rm -rf public/static && rm -rf node_modules && rm -rf yarn.lock",
"build": "node build.js",
"serve": "node ./server.js"
},
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"vscode",
"vscode-web",
"tinia"
],
"devDependencies": {
"@tinialabs/vscode-web": "^1.56.2",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"rimraf": "^3.0.2",
"serve-static": "^1.14.1",
"semver-umd": "^5.5.7",
"vscode-oniguruma": "^1.5.1",
"vscode-textmate": "^5.4.0"
}
}