poke-sdk-typescript
Version:
55 lines (54 loc) • 1.35 kB
JSON
{
"name": "poke-sdk-typescript",
"version": "0.0.5",
"description": "PokeAPI SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=18.17.0"
},
"files": [
"dist"
],
"scripts": {
"test": "jest ./test/unit",
"build": "tsc",
"test:integration": "jest ./test/integration",
"lint": "eslint 'src/**/*.{js,ts,json}' 'test/**/*.{js,ts,json}'",
"lint:fix": "eslint 'src/**/*.{js,ts,json}' 'test/**/*.{js,ts,json}' --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pavel-Durov/poke-sdk-typescript.git"
},
"keywords": [
"SDK",
"PokeAPI",
"API"
],
"author": "Pavel Durov",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pavel-Durov/poke-sdk-typescript/issues"
},
"homepage": "https://github.com/Pavel-Durov/poke-sdk-typescript#readme",
"dependencies": {
"axios": "^1.4.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"devDependencies": {
"@jest/globals": "^29.6.2",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.2",
"prettier": "3.0.1",
"ts-jest": "^29.1.1"
},
"directories": {
"test": "test"
}
}