You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
800 B
JSON

{
"name": "vitefu",
"description": "Utilities for building frameworks with Vite",
"version": "0.2.5",
"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"
],
"scripts": {
"test": "uvu tests \".*\\.test\\.js\""
},
"peerDependencies": {
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"vite": {
"optional": true
}
},
"devDependencies": {
"uvu": "^0.5.6",
"vite": "^3.2.3"
}
}