UNPKG

@hapic/oauth2

Version:

A oauth2 api client based on axios.

65 lines (64 loc) 1.69 kB
{ "name": "@hapic/oauth2", "version": "3.1.4", "description": "A oauth2 api client based on axios.", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "files": [ "dist/" ], "scripts": { "build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly", "build:js": "rollup -c", "build": "rimraf dist && npm run build:types && npm run build:js", "test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js", "test:coverage": "npm run test -- --coverage" }, "author": { "name": "Peter Placzek", "email": "contact@tada5hi.net", "url": "https://github.com/tada5hi" }, "license": "MIT", "keywords": [ "query", "json", "json-api", "api", "rest", "api-utils", "include", "pagination", "sort", "fields", "relations", "typescript" ], "repository": { "type": "git", "url": "git+https://github.com/Tada5hi/hapic.git" }, "bugs": { "url": "https://github.com/Tada5hi/hapic/issues" }, "homepage": "https://github.com/Tada5hi/hapic#readme", "devDependencies": { "hapic": "^2.8.0" }, "peerDependencies": { "hapic": "^2.8.0" }, "publishConfig": { "access": "public" }, "gitHead": "ac770f3f6e1ec2fd011cdf432b06319c635c01fa" }