{
  "name": "vme50",
  "version": "1.0.2",
  "description": "疯狂星期四，v me 50",
  "main": "./dist/index.js",
  "homepage": "https://github.com/Rotten-LKZ/vme50",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rotten-LKZ/vme50.git"
  },
  "bugs": {
    "url": "https://github.com/Rotten-LKZ/vme50/issues"
  },
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc",
    "test": "jest",
    "test:c": "jest --coverage"
  },
  "keywords": [
    "KFC",
    "疯狂星期四",
    "crazy",
    "Thursday"
  ],
  "author": "RotCool",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "16",
    "jest": "28",
    "ts-jest": "^28.0.8",
    "tsx": "^3.8.2",
    "typescript": "^4.7.4"
  }
}