-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
31 lines (31 loc) · 958 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
31
{
"name": "doki-master-theme",
"version": "88.5",
"description": "The Doki Theme",
"main": "build/index.js",
"repository": "https://github.com/doki-theme/doki-master-theme.git",
"author": "Alex Simons <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"generateTemplates": "ts-node buildSrc/AppThemeTemplateGenerator.ts",
"generateAssets": "ts-node buildSrc/AssetGenerator.ts",
"generateSmolAssets": "ts-node buildSrc/AssetGenerator.ts --smol",
"generateColors": "ts-node buildSrc/ColorGenerator.ts",
"modifyThemes": "ts-node buildSrc/MasterModifier.ts"
},
"devDependencies": {
"@types/jimp": "^0.2.28",
"@types/lodash": "^4.14.149",
"@types/node": "^13.7.7",
"@types/uuid": "^8.3.4",
"doki-build-source": "84.2.3",
"jimp": "^0.16.1",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
},
"dependencies": {
"lodash": "^4.17.21",
"uuid": "^8.3.2"
}
}