{
  "name": "tbl-js-libs",
  "version": "0.0.2",
  "description": "typescript实现 js常用函数库",
  "private": false,
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "npm run clean && tsc -p tsconfig.json",
    "clean": "rimraf ./dist",
    "test": "env TS_NODE_PROJECT=\"tsconfig.test.json\" mocha --require ts-node/register test/*.test.ts"
  },
  "files": [
    "dist"
  ],
  "author": "tangbolong",
  "repository": {
    "type": "git",
    "url": "https://github.com/YalongYan/js-libs"
  },
  "keywords": [
    "utils",
    "libs",
    "js-libs",
    "tbl-js-libs"
  ],
  "license": "ISC",
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/mocha": "^8.0.0",
    "chai": "^4.3.4",
    "mocha": "^9.1.3",
    "rimraf": "^3.0.1",
    "ts-node": "^10.4.0",
    "typescript": "^4.2.4"
  },
  "homepage": "https://github.com/YalongYan/js-libs"
}
