32 lines
774 B
JSON
32 lines
774 B
JSON
{
|
|
"dependencies": {
|
|
"pixi-live2d-display": "^0.4.0",
|
|
"pixi.js": "^6.5.10"
|
|
},
|
|
"name": "ai-teacher",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"start": "concurrently \"npm run dev\" \"conda run -n Ai-Teacher python ./server.py\"",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"concurrently": "^9.1.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"vite": "^6.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/feng-arch/Ai-Teacher.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/feng-arch/Ai-Teacher/issues"
|
|
},
|
|
"homepage": "https://github.com/feng-arch/Ai-Teacher#readme",
|
|
"description": ""
|
|
}
|