30 lines
657 B
JSON
30 lines
657 B
JSON
{
|
|
"name": "sakuya",
|
|
"version": "1.0.0",
|
|
"description": "你的智慧分身(也许",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^2.6.4"
|
|
},
|
|
"dependencies": {
|
|
"frappe-charts": "^1.6.2",
|
|
"neataptic": "^1.4.7"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/InvisibleFuture/sakuya.git"
|
|
},
|
|
"author": "satori.love",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/InvisibleFuture/sakuya/issues"
|
|
},
|
|
"homepage": "https://github.com/InvisibleFuture/sakuya#readme"
|
|
}
|