idraw/packages/core/package.json
2025-07-06 12:38:37 +08:00

35 lines
793 B
JSON

{
"name": "@idraw/core",
"version": "0.4.0",
"description": "",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
"unpkg": "dist/index.global.js",
"types": "dist/esm/index.d.ts",
"files": [
"dist/**/*.ts",
"dist/**/*.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/idrawjs/idraw.git"
},
"bugs": {
"url": "https://github.com/idrawjs/idraw/issues"
},
"homepage": "https://github.com/idrawjs/idraw#readme",
"author": "idrawjs",
"license": "MIT",
"devDependencies": {
"@idraw/types": "workspace:^0.4"
},
"dependencies": {},
"peerDependencies": {
"@idraw/renderer": "workspace:^0.4",
"@idraw/util": "workspace:^0.4"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}