{
  "name": "@aqkj/date",
  "version": "1.0.6",
  "description": "方便的时间日期操作工具",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc"
  },
  "keywords": [
    "date",
    "时间格式化"
  ],
  "author": "465633678@qq.com",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/aqkj/date/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aqkj/date"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "@zouzhiqiang/tslint-config": "^0.0.4",
    "jest": "^25.1.0",
    "ts-jest": "^25.2.1",
    "typescript": "^3.8.3"
  }
}
