undenemo
Version:
A lightweight Node.js wrapper for the PokéAPI with built-in types.
82 lines • 2.41 kB
JSON
{
"name": "undenemo",
"version": "1.0.0",
"description": "A lightweight Node.js wrapper for the PokéAPI with built-in types.",
"keywords": [
"pokeapi",
"PokéAPI",
"aliquid",
"est",
"animi",
"soluta"
],
"repository": {
"type": "git",
"url": "https://github.com/TerryBogisich/undenemo.git"
},
"license": "MIT",
"author": "JerryOberbrunner",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"dependencies": {
"axios": "^0.26.0",
"axios-cache-adapter": "^2.7.3",
"pino": "^7.8.0",
"pino-pretty": "^7.5.3",
"tslib": "^2.3.1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/node": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"babel-plugin-module-resolver": "^4.1.0",
"conventional-changelog-conventionalcommits": "^4.6.3",
"dts-bundle-generator": "^6.5.0",
"eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^41.0.0",
"http-status-codes": "^2.2.0",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"jest": "^27.5.1",
"lint-staged": "^12.3.4",
"lockfile-lint": "^4.6.2",
"prettier": "^2.5.1",
"semantic-release": "^19.0.2",
"sort-package-json": "^1.54.0",
"ts-jest": "^27.1.3",
"ts-node-dev": "^1.1.8",
"typescript": "^4.6.2"
},
"engines": {
"node": ">=14"
}
}