{
  "name": "@litert/events",
  "version": "0.2.0",
  "description": "An events controller library for LiteRT.",
  "main": "libs/index.js",
  "scripts": {
    "prepare": "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/samples",
    "clean": "rm -rf libs samples",
    "lint": "tslint -p . -c tslint.json"
  },
  "author": "Angus.Fenying <fenying@litert.org> (https://fenying.net)",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/litert/events.js.git"
  },
  "bugs": {
    "url": "https://github.com/litert/events.js/issues"
  },
  "homepage": "https://github.com/litert/events.js#readme",
  "types": "./libs/index.d.ts",
  "typings": "./libs/index.d.ts",
  "devDependencies": {
    "typescript": "^3.4.3"
  },
  "engines": {
    "node": ">=8.6.0"
  },
  "dependencies": {
    "@litert/core": "^1.0.3"
  }
}
