2021-11-07 14:21:30 +00:00
|
|
|
{
|
2021-11-29 14:09:16 +00:00
|
|
|
"name": "@idraw/renderer",
|
2026-03-28 12:46:50 +00:00
|
|
|
"version": "1.0.0",
|
2021-11-07 14:21:30 +00:00
|
|
|
"description": "",
|
2022-12-31 15:21:57 +00:00
|
|
|
"main": "dist/esm/index.js",
|
|
|
|
|
"module": "dist/esm/index.js",
|
2021-11-07 14:21:30 +00:00
|
|
|
"unpkg": "dist/index.global.js",
|
2022-12-31 15:21:57 +00:00
|
|
|
"types": "dist/esm/index.d.ts",
|
2021-11-07 14:21:30 +00:00
|
|
|
"files": [
|
2022-12-31 15:21:57 +00:00
|
|
|
"dist/**/*.ts",
|
|
|
|
|
"dist/**/*.js"
|
2021-11-07 14:21:30 +00:00
|
|
|
],
|
|
|
|
|
"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",
|
2025-04-13 08:45:49 +00:00
|
|
|
"author": "idrawjs",
|
2021-11-07 14:21:30 +00:00
|
|
|
"license": "MIT",
|
2021-11-10 16:00:12 +00:00
|
|
|
"devDependencies": {
|
2026-03-28 12:46:50 +00:00
|
|
|
"@idraw/types": "workspace:*"
|
2021-11-10 16:00:12 +00:00
|
|
|
},
|
2023-11-04 14:43:51 +00:00
|
|
|
"dependencies": {},
|
|
|
|
|
"peerDependencies": {
|
2026-03-28 12:46:50 +00:00
|
|
|
"@idraw/util": "workspace:*"
|
2021-11-10 16:00:12 +00:00
|
|
|
},
|
2021-11-07 14:21:30 +00:00
|
|
|
"publishConfig": {
|
2023-10-15 05:54:21 +00:00
|
|
|
"access": "public",
|
|
|
|
|
"provenance": true
|
|
|
|
|
}
|
2025-07-06 04:30:07 +00:00
|
|
|
}
|