21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
"name": "@mind-map/shared",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"lint": "eslint src --ext .ts"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.1.6",
|
|
"eslint": "^8.46.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
|
"@typescript-eslint/parser": "^6.2.1"
|
|
}
|
|
}
|