{ "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 } }