{
    "name": "thesaurus-js",
    "version": "1.0.5",
    "description": "A thesaurus for client-side frontends",
    "main": "src/index.js",
    "type": "module",
    "types": "dist/index.d.ts",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "Constanza Casquet",
    "license": "MIT",
    "dependencies": {
        "cheerio": "^1.0.0-rc.10",
        "axios": "^0.26.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/constanzaccg/thesaurus-js.git"
    },
    "keywords": [
        "thesaurus",
        "thesaurus-js",
        "synonyms",
        "dictionaries"
    ],
    "bugs": {
        "url": "https://github.com/constanzaccg/thesaurus-js/issues"
    },
    "homepage": "https://github.com/constanzaccg/thesaurus-js#readme",
    "devDependencies": {
        "typescript": "^4.6.2"
    }
}
