forked from opentiny/tiny-engine
30 lines
634 B
JSON
30 lines
634 B
JSON
{
|
|
"name": "@opentiny/tiny-engine-theme-dark",
|
|
"version": "1.0.4",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build && rimraf dist/index.js"
|
|
},
|
|
"main": "dist/style.css",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/opentiny/tiny-engine",
|
|
"directory": "packages/theme/dark"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/opentiny/tiny-engine/issues"
|
|
},
|
|
"author": "OpenTiny Team",
|
|
"license": "MIT",
|
|
"homepage": "https://opentiny.design/tiny-engine",
|
|
"devDependencies": {
|
|
"rimraf": "^3.0.2",
|
|
"vite": "^4.3.7"
|
|
}
|
|
}
|