{
  "name": "uni-live2d",
  "version": "1.0.11",
  "main": "dist/index.js",
  "types": "./dist/types/index.d.ts",
  "author": "Lay Hunt <tianxiemaochiyu@outlook.com>",
  "license": "MIT",
  "scripts": {
    "types": "tsc -d --emitDeclarationOnly --allowJs false --declarationDir ./dist/types/",
    "tsc": "tsc",
    "build": "npm run tsc && npm run types"
  },
  "dependencies": {
    "whatwg-fetch": "^3.6.2"
  },
  "devDependencies": {
    "@types/node": "^14.14.36",
    "typescript": "^4.2.3"
  }
}
