webrequest/package.json

40 lines
890 B
JSON
Raw Normal View History

2018-11-30 16:12:48 +00:00
{
"name": "@pushrocks/webrequest",
2019-09-27 19:20:06 +00:00
"version": "2.0.6",
2018-11-30 16:12:48 +00:00
"private": false,
"description": "securely request from browsers",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2018-12-06 00:02:35 +00:00
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
2018-11-30 16:12:48 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
2019-09-26 20:33:15 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/smartexpress": "^3.0.40",
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.7.8",
"node-fetch": "^2.6.0",
"tslint": "^5.20.0",
2019-06-04 13:23:47 +00:00
"tslint-config-prettier": "^1.18.0"
2018-11-30 16:12:48 +00:00
},
"dependencies": {
2019-09-26 20:33:15 +00:00
"@pushrocks/smartdelay": "^2.0.3"
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
2019-09-26 20:33:15 +00:00
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-09-26 20:33:16 +00:00
}