{
  "name": "@xtjs/lib",
  "description": "Complementary extra standard library for JS/TS; type safe, no dependencies, modular imports",
  "version": "0.57.1",
  "files": [
    "*.js",
    "*.ts"
  ],
  "scripts": {
    "build": "npm run clean && tsc",
    "format": "prettier --write *.ts",
    "test": "mocha -r ts-node/register",
    "test-all": "npm run test -- '*.spec.ts'",
    "prepublishOnly": "prettier --check *.ts && npm run test-all && npm run build",
    "clean": "rm -f *.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wilsonzlin/xtjs-lib.git"
  },
  "author": {
    "email": "npm@wilsonl.in",
    "name": "Wilson Lin",
    "url": "https://wilsonl.in/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wilsonzlin/xtjs-lib/issues"
  },
  "homepage": "https://github.com/wilsonzlin/xtjs-lib#readme",
  "devDependencies": {
    "@types/chai": "^4.3.1",
    "@types/chai-arrays": "^2.0.0",
    "@types/chai-as-promised": "^7.1.5",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.0.3",
    "chai": "^4.3.6",
    "chai-arrays": "^2.2.0",
    "chai-as-promised": "^7.1.1",
    "mocha": "^10.0.0",
    "prettier": "2.7.1",
    "prettier-plugin-organize-imports": "3.1.1",
    "ts-node": "^10.8.2",
    "typescript": "^4.7.4"
  }
}
