{
    "name": "envato",
    "version": "3.2.0",
    "description": "A fully typed library for the Envato API (unofficial).",
    "license": "MIT",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist/**/*"
    ],
    "scripts": {
        "build": "rimraf dist && tsc",
        "test": "mocha --timeout 30000"
    },
    "repository": "github:baileyherbert/envato.js",
    "author": "Bailey Herbert <hello@bailey.sh> (https://bailey.sh)",
    "bugs": "https://github.com/baileyherbert/envato.js/issues",
    "keywords": [
        "envato",
        "envato api",
        "envato market"
    ],
    "dependencies": {
        "@types/node": "*",
        "@types/node-fetch": "^2.5.12",
        "node-fetch": "^2.6.1"
    },
    "devDependencies": {
        "@types/mocha": "^5.2.7",
        "mocha": "^9.1.3",
        "rimraf": "^3.0.2",
        "typescript": "^4.3.5"
    }
}
