Files
archived-Trool/trool/package.json
2021-05-14 11:14:50 -07:00

48 lines
1.0 KiB
JSON

{
"name": "trool",
"version": "1.1.1",
"description": "a rule engine for NodeJS written in TypeScript",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"author": "seanpmaxwell",
"license": "MIT",
"homepage": "https://github.com/seanpmaxwell/Trool#readme",
"bugs": {
"url": "https://github.com/seanpmaxwell/Trool/issues"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/seanpmaxwell/Trool.git"
},
"dependencies": {
"colors": "^1.3.3",
"csvtojson": "^2.0.10"
},
"devDependencies": {
"@types/colors": "^1.2.1",
"@types/node": "^11.15.21",
"tslint": "^5.13.1",
"tslint-lines-between-class-members": "^1.3.1",
"typescript": "^3.3.3333"
},
"keywords": [
"rule",
"engine",
"drool",
"typescript",
"nodejs",
"trool",
"csv",
"spreadsheet",
"node",
"ts",
"rule-engine"
]
}