32 lines
669 B
JSON
32 lines
669 B
JSON
{
|
|
"name": "@opentiny/tiny-engine-theme-base",
|
|
"version": "2.11.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/opentiny/tiny-engine",
|
|
"directory": "packages/theme/base"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/opentiny/tiny-engine/issues"
|
|
},
|
|
"author": "OpenTiny Team",
|
|
"license": "MIT",
|
|
"homepage": "https://opentiny.design/tiny-engine",
|
|
"devDependencies": {
|
|
"vite": "^5.4.2",
|
|
"vite-plugin-dts": "^4.5.4"
|
|
}
|
|
}
|