mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
17 lines
382 B
JSON
17 lines
382 B
JSON
{
|
|
"name": "@idraw/board",
|
|
"version": "0.0.3",
|
|
"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"
|
|
},
|
|
"author": "chenshenhai",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@idraw/types": "^0.0.1"
|
|
}
|
|
}
|