mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 09:38:22 +00:00
35 lines
784 B
JSON
35 lines
784 B
JSON
{
|
|
"name": "@idraw/core",
|
|
"version": "1.0.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:*"
|
|
},
|
|
"dependencies": {},
|
|
"peerDependencies": {
|
|
"@idraw/renderer": "workspace:*",
|
|
"@idraw/util": "workspace:*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
}
|
|
}
|