mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-17 09:41:34 +03:00
33 lines
649 B
JSON
33 lines
649 B
JSON
{
|
|
"name": "@toeverything/infra",
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"publishConfig": {
|
|
"module": "./dist/index.mjs",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite build --watch"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-dts": "3.0.2"
|
|
},
|
|
"version": "0.7.0-canary.30"
|
|
}
|