{
  "name": "waifus-service",
  "version": "1.0.0",
  "description": "live2d插件的后端服务",
  "main": "../../hell-vision/hell-vision/app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "_moduleAliases": {
    "@": "./src",
    "@common": "./src/common",
    "@database": "./src/database",
    "@resource": "./src/resource",
    "@utils": "./src/utils",
    "@api": "./src/api",
    "@dist": "./dist",
    "@model": "../../model"
  },
  "keywords": [
    "live2d",
    "service",
    "node",
    "js"
  ],
  "author": "Hell Vision",
  "license": "ISC",
  "dependencies": {
    "express": "~4.16.1",
    "module-alias": "^2.2.2",
    "express-http-proxy": "^1.6.3"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "live2d插件(waifus)的后端服务"
  }
}
