@volumax/requests
Version:
A requests handler
34 lines (33 loc) • 1.31 kB
JSON
{
"name": "@volumax/requests",
"version": "0.6.14",
"description": "A requests handler",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ts": "tsc",
"pack": "webpack && cp ./dist/index.d.ts ./package",
"build": "touch dist/compile.txt && rm -r dist/* && touch node_modules/compile.txt && rm -r node_modules/* && npm install && touch node_modules/.gitkeep && npm run ts",
"publish-patch": "npm run build && git add -A && git commit -m build-patch && npm version patch && git push && npm publish",
"publish-minor": "npm run build && git add -A && git commit -m build-minor && npm version minor && git push && npm publish",
"publish-major": "npm run build && git add -A && git commit -m build-major && npm version major && git push && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/volumax/node_modules/requests.git"
},
"keywords": [
"Requests"
],
"author": "Maximilian Schmidt",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/volumax/node_modules/requests/issues"
},
"homepage": "https://gitlab.com/volumax/node_modules/requests#readme",
"devDependencies": {
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}