omelot-base-gate
Version:
omelot base gate plugin
47 lines (46 loc) • 1.31 kB
JSON
{
"name": "omelot-base-gate",
"version": "1.3.11",
"description": "omelot 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": [
"omelot"
],
"main": "./dist/index",
"types": "./src/index",
"engines": {
"node": ">=8.5"
},
"dependencies": {
"@types/bluebird": "^3.5.19",
"@types/crc": "^3.4.0",
"@types/node": "^10.11.7",
"bluebird": "^3.5.1",
"crc": "^3.5.0",
"omelot": "^1.3.11",
"omelot-robot-plugin": "^1.3.11",
"reflect-metadata": "^0.1.10",
"source-map-support": "^0.5.0"
},
"devDependencies": {
"tslint": "^5.9.1",
"typescript": "^2.9.2"
},
"license": "MIT",
"publishConfig": {},
"gitHead": "732f06a95b2535eaaeb6344834e6a4cdeb6871fe"
}