{
  "name": "cutils-ts",
  "version": "0.0.306",
  "description": "工具",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "cross-env TS_NODE_PROJECT='test/tsconfig.test.json' mocha test/**/**.test.ts",
    "cover": "nyc --reporter=html npm run test",
    "serve": "npm run serve",
    "dev": "tsc",
    "build": "tsc"
  },
  "keywords": [],
  "author": "Jack",
  "license": "MIT",
  "dependencies": {
    "crypto-js": "4.1.1",
    "file-saver": "2.0.5",
    "xlsx": "0.18.5",
    "xlsx-style": "0.8.13"
  },
  "devDependencies": {
    "@types/chai": "^4.3.3",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.16.19",
    "@types/sinon": "^10.0.13",
    "chai": "^4.3.6",
    "cross-env": "^7.0.3",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "sinon": "^14.0.0",
    "ts-node": "^10.9.1",
    "tsconfig-paths": "^4.1.0"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jack-0627/cutils-ts.git"
  },
  "bugs": {
    "url": "https://github.com/Jack-0627/cutils-ts/issues"
  },
  "homepage": "https://github.com/Jack-0627/cutils-ts#readme"
}
