{
  "name": "@jil/common",
  "description": "A collection of common utilities and helpers for general purpose",
  "version": "0.3.0",
  "keywords": [],
  "engines": {
    "node": ">=14"
  },
  "author": "TY",
  "license": "MIT",
  "scripts": {
    "version": "yarn run copy:assets",
    "copy:assets": "cpy 'package.json' 'LICENSE' 'README.md' 'CHANGELOG.md' dist",
    "build": "nb-tsc && yarn run copy:assets",
    "clean": "nb-clean 'jil-common*.tgz' 'dist/*' '*.tsbuildinfo' 'package'",
    "pretest": "yarn run clean && yarn run build",
    "test": "yarn run jest",
    "jest": "jest",
    "verify": "npm pack && tar xf jil-common*.tgz && tree package && yarn run clean"
  },
  "dependencies": {
    "optimal": "^5.1.1",
    "tily": "^2.22.8"
  },
  "devDependencies": {
    "@nutol/build": "^0.2.17",
    "@nutol/eslint-config": "^0.2.12",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.10.6",
    "cpy-cli": "^5.0.0",
    "tsd": "^0.30.1"
  },
  "files": [
    "**/*",
    "!__tests__"
  ],
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  }
}
