42 lines
910 B
JSON
42 lines
910 B
JSON
{
|
|
"name": "@aiflowy-core/design",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/aiflowy/aiflowy",
|
|
"bugs": "https://github.com/aiflowy/aiflowy/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/aiflowy/aiflowy.git",
|
|
"directory": "packages/@aiflowy-core/base/design"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm vite build",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"exports": {
|
|
"./bem": {
|
|
"development": "./src/scss-bem/bem.scss",
|
|
"default": "./dist/bem.scss"
|
|
},
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/design.css"
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"exports": {
|
|
".": {
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
}
|
|
}
|
|
}
|