omelop-base-gate
Version:
omelop base gate plugin
47 lines (46 loc) • 1.31 kB
JSON
{
"name": "omelop-base-gate",
"version": "3.1.14",
"description": "omelop base gate plugin",
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc",
"start": "npm run build && node dist/index",
"lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json src/**/*.ts",
"fix-lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json src/**/*.ts --fix",
"test": "npm run build",
"cov": "nyc mocha",
"ci": "npm run test",
"gen-api-ref": "node ../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../run/site/public/api-reference/base-database src/"
},
"repository": "",
"keywords": [
"omelop"
],
"main": "./dist/index",
"types": "./src/index",
"engines": {
"node": ">=12.9.0"
},
"dependencies": {
"bluebird": "^3.5.1",
"crc": "^4.3.2",
"omelop": "^3.1.14",
"omelop-robot-plugin": "^3.1.14",
"reflect-metadata": "^0.1.10",
"source-map-support": "^0.5.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.19",
"@types/crc": "^3.4.0",
"@types/node": "^18.11.9",
"tslint": "6.1.3",
"typescript": "^5.2.2"
},
"license": "MIT",
"publishConfig": {},
"gitHead": "7fac299a6ff8c0675af6b89f6046555ca5ebe999"
}