@litert/decorator
Version:
The utility set of decorators.
50 lines (49 loc) • 1.56 kB
JSON
{
"name": "@litert/decorator",
"version": "0.2.2",
"description": "The utility set of decorators.",
"main": "./lib/index.js",
"scripts": {
"prepublishOnly": "npm run rebuild-production",
"build": "echo Using TypeScript && tsc -v && tsc -p .",
"build-production": "echo Using TypeScript && tsc -v && tsc -p tsconfig.production.json",
"build-watch": "echo Using TypeScript && tsc -v && tsc -w -p .",
"rebuild": "npm run clean && npm run lint && npm run build",
"rebuild-production": "npm run clean && npm run lint && npm run build-production",
"test": "mocha",
"typecheck": "tsc -p . --noEmit",
"clean": "rm -rf lib test examples",
"lint": "eslint --ext ts src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/litert/decorator.js.git"
},
"bugs": {
"url": "https://github.com/litert/decorator.js/issues"
},
"homepage": "https://github.com/litert/decorator.js#readme",
"keywords": [
"litert",
"lrt",
"decorator"
],
"author": "Angus.Fenying <i.am.x.fenying@gmail.com> (https://fenying.net)",
"license": "Apache-2.0",
"types": "./lib/index.d.ts",
"typings": "./lib/index.d.ts",
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@types/mocha": "^10.0.0",
"@types/node": "^18.0.0",
"@litert/eslint-plugin-rules": "^0.1.1",
"husky": "^8.0.0",
"mocha": "^10.0.0",
"reflect-metadata": "^0.1.13",
"typescript": "^4.9.0"
},
"engines": {
"node": ">=8.0.0"
}
}