28 lines
799 B
JSON
28 lines
799 B
JSON
{
|
|
"name": "@libreccm/ccm-static-theme-index-builder",
|
|
"version": "7.0.0-SNAPSHOT.23",
|
|
"type": "module",
|
|
"main": "target/dist/StaticThemeIndexBuilder.js",
|
|
"bin": {
|
|
"theme-index-builder": "target/dist/StaticThemeIndexBuilder.js"
|
|
},
|
|
"types": "target/dist/StaticThemeIndexBuilder.d.ts",
|
|
"description": "CLI tool for building the theme-index.json file for static themes.",
|
|
"author": "Jens Pelzetter",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@types/mime-types": "^2.1.1",
|
|
"file-type": "^17.1.1",
|
|
"mime-types": "^2.1.34"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.8",
|
|
"eslint": "^8.6.0",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|