{
  "name": "upload_statistics",
  "version": "1.0.4",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "rebuild": "npm install && npm run build",
    "publish": "npm publish",
    "dev": "ts-node index.ts",
    "start:ts": "ts-node index.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "mira-storage-sqlite": "^1.0.11",
    "mira-app-core": "^1.0.15"
  },
  "keywords": [],
  "author": "hunmer",
  "license": "ISC",
  "description": ""
}
