46 lines
815 B
JSON
46 lines
815 B
JSON
{
|
|
"name": "vite-plugin-inula-next",
|
|
"version": "0.0.3",
|
|
"author": {
|
|
"name": "IanDx",
|
|
"email": "iandxssxx@gmail.com"
|
|
},
|
|
"keywords": [
|
|
"dlight.js",
|
|
"vite-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsup --sourcemap"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__core": "^7.20.5",
|
|
"tsup": "^6.5.0",
|
|
"typescript": "^5.3.2",
|
|
"vite": "^4.4.9"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.20.12",
|
|
"babel-preset-inula-next": "workspace:*",
|
|
"minimatch": "^9.0.3"
|
|
},
|
|
"tsup": {
|
|
"entry": [
|
|
"src/index.ts"
|
|
],
|
|
"format": [
|
|
"esm"
|
|
],
|
|
"clean": true,
|
|
"dts": true,
|
|
"minify": true
|
|
}
|
|
}
|