@agnostack/requestd
Version:
Please contact agnoStack via info@agnostack.com for any questions
92 lines (91 loc) • 2.45 kB
JSON
{
"name": "@agnostack/requestd",
"version": "6.0.0",
"author": "agnoStack Dev <developers@agnostack.com> (https://agnostack.com)",
"owner": "agnoStack",
"description": "Please contact agnoStack via info@agnostack.com for any questions",
"homepage": "https://github.com/agnostack/requestd#readme",
"repository": "github:agnostack/requestd",
"keywords": [
"request",
"library",
"typescript",
"javascript",
"agnostack"
],
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=18.x"
},
"scripts": {
"tsc": "tsc",
"build": "pnpm tsc -d",
"watch": "pnpm tsc -w",
"clean": "rimraf dist node_modules _storage",
"clean:install": "pnpm clean && pnpm install --force",
"lint": "eslint 'src/**' --fix",
"test": "jest --passWithNoTests",
"release": "pnpm dlx semantic-release@22.0.12",
"release:debug": "pnpm release --debug",
"prepare": "husky"
},
"lint-staged": {
"{src,test,types}/**/*.{js,ts}": [
"eslint --fix"
]
},
"dependencies": {
"browser-monads-ts": "2.0.1",
"graphql": "16.8.1",
"js-cookie": "3.0.0-rc.1"
},
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.1",
"@fetch-mock/jest": "0.2.20",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.3",
"@semantic-release/release-notes-generator": "12.1.0",
"@types/chai": "4.x",
"@types/chance": "1.x",
"@types/chai-as-promised": "7.x",
"@types/jest": "29.x",
"@types/node": "18.x",
"@types/sinon": "10.x",
"@types/sinon-chai": "3.x",
"@typescript-eslint/eslint-plugin": "6.x",
"@typescript-eslint/parser": "6.x",
"chai": "4.3.10",
"chai-as-promised": "7.1.1",
"chance": "1.1.11",
"eslint": "8.23.0",
"eslint-plugin-import": "2.26.0",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "15.4.3",
"node-localstorage": "2.2.1",
"rimraf": "4.4.1",
"semantic-release": "22.0.12",
"sinon": "10.0.0",
"sinon-chai": "3.6.0",
"ts-jest": "29.2.5",
"typescript": "5.4.2"
},
"pnpm": {
"overrides": {
"npm": "10.8.2",
"rimraf": "4.4.1"
}
},
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@9.15.4"
}