38 lines
950 B
JSON
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
{
"name": "@drauu/core",
"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"
],
"devDependencies": {
"perfect-freehand": "^1.2.2"
},
"scripts": {
"dev": "nr build --watch",
"build": "tsup src/index.ts --format esm,cjs,iife --dts --no-splitting --clean --dts-resolve"
}
}