{
  "name": "@litert/core",
  "version": "1.1.1",
  "description": "The core of LiteRT.",
  "main": "lib/index.js",
  "scripts": {
    "prepublishOnly": "npm run rebuild",
    "build": "echo Using TypeScript && tsc -v && tsc -p .",
    "build-watch": "echo Using TypeScript && tsc -v && tsc -w -p .",
    "rebuild": "npm run clean && npm run lint && npm run build",
    "test": "echo See directory src/examples",
    "clean": "rm -rf lib examples",
    "typecheck": "tsc -p . --noEmit",
    "lint": "eslint --ext ts src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/litert/core.js.git"
  },
  "bugs": {
    "url": "https://github.com/litert/core.js/issues"
  },
  "homepage": "https://github.com/litert/core.js#readme",
  "keywords": [
    "litert",
    "lrt",
    "core"
  ],
  "author": "Angus.Fenying <fenying@litert.org> (https://fenying.net)",
  "license": "Apache-2.0",
  "typings": "lib/index.d.ts",
  "types": "lib/index.d.ts",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "eslint": "^6.8.0",
    "typescript": "^4.0.2",
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@types/node": "^14.11.1",
    "husky": "^4.3.0"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "npm run lint && npm run typecheck"
    }
  },
  "dependencies": {}
}
