-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 849 Bytes
/
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
{
"name": "alloy-theme",
"version": "2.0.0",
"description": "",
"main": "build.js",
"scripts": {
"build": "tsc && node build.js",
"vscode:package": "cd themes/vscode && npx vsce package",
"vscode:publish": "cd themes/vscode && npx vsce publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OfficerHalf/alloy-theme.git"
},
"author": "OfficerHalf <nathan@nathan-smith.org> (nathan-smith.org)",
"license": "ISC",
"bugs": {
"url": "https://github.com/OfficerHalf/alloy-theme/issues"
},
"homepage": "https://github.com/OfficerHalf/alloy-theme",
"devDependencies": {
"@types/color": "^3.0.6",
"@types/lodash.template": "^4.5.0",
"@types/node": "^18.16.0",
"@vscode/vsce": "^2.22.0",
"color": "^4.2.3",
"lodash.template": "^4.5.0",
"sass": "^1.69.5"
}
}