{ "name": "@idraw/board", "version": "0.2.0-alpha.18", "description": "", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "unpkg": "dist/index.global.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "dist" ], "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": "chenshenhai", "license": "MIT", "devDependencies": { "@idraw/types": "^0.2.0-alpha.18" }, "dependencies": { "@idraw/util": "^0.2.0-alpha.18" }, "publishConfig": { "access": "public" }, "gitHead": "be7f4aec953e25aed3fc0d1f61ef9f99407b77f8" }