@bgoff1/pokeapi-types
Version:
Typescript types for the PokeAPI. For more information go to https://pokeapi.co/docs/v2.
44 lines (43 loc) • 1.01 kB
JSON
{
"name": "@bgoff1/pokeapi-types",
"version": "1.0.9",
"description": "Typescript types for the PokeAPI. For more information go to https://pokeapi.co/docs/v2.",
"keywords": [
"PokeAPI",
"typescript",
"types"
],
"homepage": "https://github.com/bgoff1/pokeapi-types",
"bugs": {
"url": "https://github.com/bgoff1/pokeapi-types/issues",
"email": "judahgoff@gmail.com"
},
"repository": {
"url": "git+https://github.com/bgoff1/pokeapi-types.git"
},
"license": "MIT",
"author": {
"name": "Judah Goff",
"email": "judahgoff@gmail.com",
"url": "https://github.com/bgoff1"
},
"main": "dist/index.d.ts",
"scripts": {
"build": "tsc -p .",
"prepublish": "tsc -p ."
},
"prettier": {
"plugins": [
"prettier-plugin-packagejson"
]
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-packagejson": "^2.4.6",
"typescript": "^5.8.2"
},
"packageManager": "pnpm@9.0.0",
"volta": {
"node": "18.18.2"
}
}