webrequest/package.json

43 lines
1021 B
JSON
Raw Normal View History

2018-11-30 16:12:48 +00:00
{
"name": "@pushrocks/webrequest",
2020-06-25 23:40:30 +00:00
"version": "2.0.9",
2018-11-30 16:12:48 +00:00
"private": false,
"description": "securely request from browsers",
2020-06-25 22:45:19 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-11-30 16:12:48 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2018-12-06 00:02:35 +00:00
"test": "(tstest test/ --web)",
2020-06-25 23:34:59 +00:00
"build": "(tsbuild --web && tsbundle npm)",
2018-11-30 16:12:48 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
2020-06-25 22:45:19 +00:00
"@gitzone/tsbuild": "^2.1.24",
2020-06-25 23:34:59 +00:00
"@gitzone/tsbundle": "^1.0.69",
2020-06-25 22:45:19 +00:00
"@gitzone/tstest": "^1.0.33",
"@pushrocks/smartexpress": "^3.0.72",
"@pushrocks/tapbundle": "^3.2.1",
"@types/node": "^14.0.14",
"tslint": "^6.1.2",
2019-06-04 13:23:47 +00:00
"tslint-config-prettier": "^1.18.0"
2018-11-30 16:12:48 +00:00
},
"dependencies": {
2020-06-25 23:34:59 +00:00
"@pushrocks/smartdelay": "^2.0.9",
2020-06-25 23:40:29 +00:00
"@pushrocks/smartenv": "^4.0.10",
"node-fetch": "^2.6.0"
},
"files": [
2020-06-25 22:45:19 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-06-25 23:35:00 +00:00
}