nuxt-define
Version:
One utility function for module authors to define compiler constants for all builders supported by Nuxt.
43 lines • 965 B
JSON
{
"name": "nuxt-define",
"version": "1.0.0",
"description": "One utility function for module authors to define compiler constants for all builders supported by Nuxt.",
"type": "module",
"license": "MIT",
"funding": "https://github.com/sponsors/bobbiegoede",
"keywords": [
"nuxt",
"module"
],
"author": {
"name": "Bobbie Goede",
"email": "bobbiegoede@gmail.com"
},
"contributors": [
{
"name": "Bobbie Goede (@BobbieGoede)"
}
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"devDependencies": {
"@nuxt/kit": "^3.17.5",
"@rspack/core": "^1.3.15",
"bumpp": "^10.1.1",
"tsdown": "^0.12.7",
"typescript": "^5.8.3",
"webpack": "^5.99.9"
},
"scripts": {
"build": "tsdown",
"release": "pnpm bumpp && pnpm publish"
}
}