themer
Version:
Customizable theme creator for editors, terminals, wallpaper, and more.
75 lines (74 loc) • 1.73 kB
JSON
{
"name": "themer",
"version": "6.9.1",
"description": "Customizable theme creator for editors, terminals, wallpaper, and more.",
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=16"
},
"author": {
"name": "Matt Swensen",
"url": "https://mjswensen.com"
},
"repository": {
"url": "https://github.com/mjswensen/themer.git",
"type": "git",
"directory": "cli"
},
"license": "MIT",
"bin": "dist/bin.js",
"scripts": {
"prepublishOnly": "cp ../README.md ./ && cp ../LICENSE.md ./ && npm run build && npm run test",
"build": "tsc",
"test": "ava"
},
"bugs": "https://github.com/mjswensen/themer/issues",
"homepage": "https://github.com/mjswensen/themer#readme",
"keywords": [
"themer",
"theme",
"editor",
"ide",
"syntax",
"slack",
"wallpaper",
"terminal"
],
"files": [
"src",
"dist"
],
"funding": [
"https://themer.dev",
{
"type": "github",
"url": "https://github.com/sponsors/themerdev"
}
],
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
"@tsconfig/strictest": "^2.0.5",
"@types/color": "^3.0.3",
"@types/color-convert": "^2.0.0",
"@types/common-tags": "^1.8.1",
"@types/d3-scale": "^4.0.3",
"@types/lodash": "^4.14.191",
"@types/minimist": "^1.2.2",
"@types/node": "^24.0.0",
"ava": "^8.0.0",
"typescript": "^6.0.0"
},
"dependencies": {
"base64-js": "^1.5.1",
"color": "^4.2.3",
"color-convert": "^2.0.1",
"commander": "^10.0.0",
"common-tags": "^1.8.2",
"d3-scale": "^4.0.2",
"file-paths-to-tree": "^3.0.0",
"lodash": "^4.17.21",
"tumult": "^3.0.14",
"yaml": "^2.2.1"
}
}