1
0
mirror of https://github.com/Trim21/axios-userscript-adapter.git synced 2020-06-03 18:50:40 +00:00
axios-userscript-adapter/package.json
renovate[bot] 2065d06141
chore(deps): update dependency webpack to ^4.42.1 (#6)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-01 07:11:18 +08:00

40 lines
943 B
JSON

{
"name": "axios-userscript-adapter",
"version": "0.0.4",
"description": "GM_xmlhttpRequest adapter for Axios HTTP client",
"main": "src/index.js",
"scripts": {
"build": "webpack -c webpack.config.js",
"preversion": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:Trim21/axios-userscript-adapter.git"
},
"keywords": [
"axios",
"adapter",
"userscript",
"greasemonkey",
"tampermonkey"
],
"author": {
"name": "Trim21",
"email": "trim21me@gmail.com"
},
"license": "LGPL-3.0+",
"bugs": {
"url": "https://github.com/Trim21/axios-userscript-adapter/issues"
},
"homepage": "https://github.com/Trim21/axios-userscript-adapter",
"devDependencies": {
"axios": "^0.19.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"peerDependencies": {
"axios": "^0.19.0"
}
}