{ "name": "@apiglobal/typedrequest", "version": "1.0.47", "private": false, "description": "make typed requests towards apis", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web && tsbundle npm)", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.24", "@gitzone/tsbundle": "^1.0.72", "@gitzone/tstest": "^1.0.43", "@pushrocks/smartexpress": "^3.0.73", "@pushrocks/tapbundle": "^3.2.9", "@types/node": "^14.0.26", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@apiglobal/typedrequest-interfaces": "^1.0.15", "@pushrocks/isounique": "^1.0.4", "@pushrocks/lik": "^4.0.17", "@pushrocks/smartdelay": "^2.0.10", "@pushrocks/smartpromise": "^3.0.6", "@pushrocks/webrequest": "^2.0.10" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }