-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 749 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 749 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
{
"name": "vscode",
"version": "1.0.0",
"description": "Small Node-based indexer + a static web app for flexible analytics of vscode-workspaces. Assumes that *THIS* is your central folder where your *.code-workspace files are living.",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codegarden13/vscode-workspaces.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codegarden13/vscode-workspaces/issues"
},
"homepage": "https://github.com/codegarden13/vscode-workspaces#readme",
"dependencies": {
"dotenv": "^17.2.3",
"express": "^5.2.1",
"glob": "^13.0.0"
}
}