mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
36 lines
842 B
JSON
36 lines
842 B
JSON
{
|
|
"name": "@idraw/board",
|
|
"version": "0.2.0-alpha.24",
|
|
"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/*.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": "chenshenhai",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@idraw/types": "^0.2.0-alpha.24"
|
|
},
|
|
"dependencies": {
|
|
"@idraw/util": "^0.2.0-alpha.24"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "e2a434f40e0e7404bf3f1de612dfb3735b9ffc05"
|
|
}
|