smartguard/package.json

40 lines
892 B
JSON
Raw Normal View History

2019-06-18 12:51:13 +00:00
{
"name": "@pushrocks/smartguard",
2019-08-07 14:42:25 +00:00
"version": "1.0.5",
2019-06-18 12:51:13 +00:00
"private": false,
"description": "smart guards for validations",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
2019-08-07 14:31:53 +00:00
"@pushrocks/smartexpress": "^3.0.35",
2019-08-07 14:42:24 +00:00
"@pushrocks/tapbundle": "^3.0.11",
"@types/node": "^12.7.0",
"tslint": "^5.18.0",
2019-06-18 12:51:13 +00:00
"tslint-config-prettier": "^1.15.0"
},
2019-08-07 14:31:53 +00:00
"dependencies": {
"@pushrocks/smartpromise": "^3.0.2",
"@pushrocks/smartrequest": "^1.1.16"
2019-08-07 14:34:34 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-08-07 14:34:34 +00:00
}