typedrequest/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2019-08-21 12:36:16 +00:00
{
"name": "@apiglobal/typedrequest",
2020-10-06 14:29:50 +00:00
"version": "1.0.47",
2019-08-21 12:36:16 +00:00
"private": false,
"description": "make typed requests towards apis",
2020-06-15 16:39:48 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2019-08-21 12:36:16 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2020-06-25 23:53:05 +00:00
"build": "(tsbuild --web && tsbundle npm)",
2019-08-21 12:36:16 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
2020-06-15 16:39:48 +00:00
"@gitzone/tsbuild": "^2.1.24",
2020-07-14 02:20:15 +00:00
"@gitzone/tsbundle": "^1.0.72",
"@gitzone/tstest": "^1.0.43",
"@pushrocks/smartexpress": "^3.0.73",
"@pushrocks/tapbundle": "^3.2.9",
2020-07-26 13:48:57 +00:00
"@types/node": "^14.0.26",
2020-06-15 16:39:48 +00:00
"tslint": "^6.1.2",
2019-08-22 14:44:44 +00:00
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
2020-07-14 02:20:15 +00:00
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/isounique": "^1.0.4",
2020-07-14 16:37:44 +00:00
"@pushrocks/lik": "^4.0.17",
2020-07-14 02:20:15 +00:00
"@pushrocks/smartdelay": "^2.0.10",
2020-07-14 16:37:44 +00:00
"@pushrocks/smartpromise": "^3.0.6",
2020-07-14 02:20:15 +00:00
"@pushrocks/webrequest": "^2.0.10"
2019-08-21 12:36:16 +00:00
},
2019-08-21 12:37:02 +00:00
"files": [
2020-02-11 18:55:07 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-06-15 16:39:48 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-02-11 18:55:07 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-08-21 12:37:02 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2020-06-25 23:53:06 +00:00
}