2021-05-25 14:56:42 +00:00
|
|
|
{
|
|
|
|
|
"name": "@idraw/core",
|
2023-05-27 08:45:46 +00:00
|
|
|
"version": "0.3.1",
|
2021-05-25 14:56:42 +00:00
|
|
|
"description": "",
|
2022-12-31 15:21:57 +00:00
|
|
|
"main": "dist/esm/index.js",
|
|
|
|
|
"module": "dist/esm/index.js",
|
2021-05-25 14:56:42 +00:00
|
|
|
"unpkg": "dist/index.global.js",
|
2022-12-31 15:21:57 +00:00
|
|
|
"types": "dist/esm/index.d.ts",
|
2021-06-05 10:06:53 +00:00
|
|
|
"files": [
|
2022-12-31 15:21:57 +00:00
|
|
|
"dist/**/*.ts",
|
|
|
|
|
"dist/**/*.js"
|
2021-06-05 10:06:53 +00:00
|
|
|
],
|
|
|
|
|
"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",
|
2021-05-25 14:56:42 +00:00
|
|
|
"author": "chenshenhai",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
2023-05-27 08:45:46 +00:00
|
|
|
"@idraw/types": "^0.3.1"
|
2021-05-25 14:56:42 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-05-27 08:45:46 +00:00
|
|
|
"@idraw/board": "^0.3.1",
|
|
|
|
|
"@idraw/renderer": "^0.3.1",
|
|
|
|
|
"@idraw/util": "^0.3.1"
|
2021-06-05 10:33:43 +00:00
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
2021-11-13 08:21:53 +00:00
|
|
|
},
|
2023-04-02 06:40:01 +00:00
|
|
|
"gitHead": "5cc462b9206ea0e4e70b5183771dfbf694402483"
|
2021-05-25 14:56:42 +00:00
|
|
|
}
|