aiflowy-ui-admin/packages/constants/package.json

26 lines
551 B
JSON

{
"name": "@aiflowy/constants",
"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/constants"
},
"license": "MIT",
"type": "module",
"sideEffects": [
"**/*.css"
],
"exports": {
".": {
"types": "./src/index.ts",
"default": "./src/index.ts"
}
},
"dependencies": {
"@aiflowy-core/shared": "workspace:*"
}
}