idraw/packages/board/package.json
2021-05-23 22:44:32 +08:00

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