typedrequest/package.json

42 lines
981 B
JSON
Raw Normal View History

2019-08-21 12:36:16 +00:00
{
"name": "@apiglobal/typedrequest",
2019-09-01 13:39:57 +00:00
"version": "1.0.26",
2019-08-21 12:36:16 +00:00
"private": false,
"description": "make typed requests towards apis",
"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-31 21:14:46 +00:00
"@pushrocks/smartexpress": "^3.0.40",
2019-08-23 12:35:50 +00:00
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.7.2",
2019-08-22 14:44:44 +00:00
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
2019-08-23 15:07:34 +00:00
"@apiglobal/typedrequest-interfaces": "^1.0.7",
2019-08-25 15:19:12 +00:00
"@pushrocks/lik": "^3.0.11",
"@pushrocks/smartjson": "^3.0.8",
2019-08-22 14:44:44 +00:00
"@pushrocks/smartrequest": "^1.1.23"
2019-08-21 12:36:16 +00:00
},
2019-08-21 12:37:02 +00:00
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-08-23 12:35:51 +00:00
}