2026-05-31 13:54:31 +02:00

39 lines
978 B
JSON

{
"name": "drauu",
"version": "0.4.3",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/drauu#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/drauu.git"
},
"bugs": {
"url": "https://github.com/antfu/drauu/issues"
},
"keywords": [],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"unpkg": "dist/index.global.js",
"jsdelivr": "dist/index.global.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@drauu/core": "0.4.3"
},
"scripts": {
"dev": "nr tsup --watch",
"tsup": "tsup src/index.ts --format esm,cjs --dts --no-splitting --clean",
"build": "nr tsup && cp ../core/dist/index.global.js dist"
}
}