itchio-metadata
Version:
A Node.js package to fetch and parse metadata for games hosted on Itch.io, providing detailed information about the latest game versions.
40 lines (39 loc) • 972 B
JSON
{
"name": "itchio-metadata",
"version": "1.0.4",
"description": "A Node.js package to fetch and parse metadata for games hosted on Itch.io, providing detailed information about the latest game versions.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "tsc && ts-node dist/index.js",
"example": "tsc && ts-node dist/exampleUsage.js"
},
"author": "Waleed Judah",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"dotenv": "^16.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wal33D/itchio-metadata.git"
},
"bugs": {
"url": "https://github.com/Wal33D/itchio-metadata/issues"
},
"homepage": "https://github.com/Wal33D/itchio-metadata#readme",
"keywords": [
"itch.io",
"metadata",
"games",
"api",
"nodejs"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist/**/*"
]
}