@iamnnort/request
Version:
Request handler for Node.js - Fast - Interactive - Simple
55 lines (54 loc) • 1.26 kB
JSON
{
"name": "@iamnnort/request",
"version": "3.0.0",
"description": "Request handler for Node.js - Fast - Interactive - Simple",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/iamnnort/request.git"
},
"bugs": "https://github.com/iamnnort/request/issues",
"homepage": "https://github.com/iamnnort/request#readme",
"keywords": [
"request",
"fetch",
"xhr",
"http",
"ajax",
"promise"
],
"files": [
"dist"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"start": "yarn build && yarn --cwd ./example start",
"build": "tsup",
"deploy": "npm publish",
"lint": "eslint --fix",
"format": "prettier --write . --ignore-path .gitignore",
"test": "yarn lint",
"prepare": "husky"
},
"dependencies": {
"@iamnnort/config": "^2.0.2",
"axios": "^1.13.5",
"pino": "^9.6.0",
"qs": "^6.13.0"
},
"devDependencies": {
"@swc/core": "^1.15.11",
"@types/node": "^25.2.3",
"@types/qs": "^6.9.16",
"eslint": "^9.24.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.1",
"prettier": "^3.8.1",
"tsup": "^8.4.0",
"typescript": "^5.9.3"
}
}