typedrequest/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2019-08-21 12:36:16 +00:00
{
"name": "@apiglobal/typedrequest",
2021-11-10 12:14:41 +00:00
"version": "1.0.65",
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": {
2021-11-07 14:26:12 +00:00
"@gitzone/tsbuild": "^2.1.28",
"@gitzone/tsbundle": "^1.0.88",
2021-11-07 22:46:32 +00:00
"@gitzone/tstest": "^1.0.60",
2021-11-07 14:26:12 +00:00
"@pushrocks/smartexpress": "^3.0.108",
2021-09-27 10:14:43 +00:00
"@pushrocks/tapbundle": "^3.2.14",
2021-11-07 14:26:12 +00:00
"@types/node": "^16.11.6",
2020-10-09 10:25:28 +00:00
"tslint": "^6.1.3",
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",
2021-09-27 10:14:43 +00:00
"@pushrocks/lik": "^5.0.0",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/webrequest": "^2.0.13"
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-10-06 15:05:29 +00:00
],
"browserslist": [
"last 1 chrome versions"
2019-08-21 12:37:02 +00:00
]
2020-10-06 15:05:29 +00:00
}