46 lines
No EOL
857 B
JSON
46 lines
No EOL
857 B
JSON
{
|
|
"name": "vitefu",
|
|
"description": "Utilities for building frameworks with Vite",
|
|
"version": "0.2.4",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"types": "./index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"import": "./src/index.js",
|
|
"require": "./src/index.cjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"src",
|
|
"index.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/svitejs/vitefu.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/svitejs/vitefu/issues"
|
|
},
|
|
"keywords": [
|
|
"vite",
|
|
"framework",
|
|
"utilities"
|
|
],
|
|
"peerDependencies": {
|
|
"vite": "^3.0.0 || ^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"vite": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"uvu": "^0.5.6",
|
|
"vite": "^3.2.3"
|
|
},
|
|
"scripts": {
|
|
"test": "uvu tests \".*\\.test\\.js\""
|
|
}
|
|
} |