{ "author": "Aravinth Manivannan ", "description": "JS library to interact with Forgejo API to work with notification", "version": "0.1.0-alpha-1", "license": "AGPL-3.0-or-later", "type": "module", "module": "dist/web.js", "main": "dist/web.js", "keywords": [ "Forgejo", "ForgeFlux" ], "homepage": "https://forgejo-notifications-core.docs.forgeflux.org/", "files": [ "dist/web.js", "dist/web.js.map", "package.json", "pnpm-lock.yaml" ], "bugs": { "url": "https://git.batsense.net/realaravinth/forgejo-notifications-core/issues", "email": "realaravinth@batsense.net" }, "funding": [ { "type": "individual", "url": "http://batsense.net/donate" }, { "type": "liberapay", "url": "https://liberapay.com/realaravinth" } ], "repository": { "type": "git", "url": "https://git.batsense.net/realaravinth/forgejo-notifications-core/" }, "name": "forgejo-notifications-core", "scripts": { "build": "swc ./src/index.ts -o ./dist/index.js && spack --config ./spack.config.cjs", "lint": "prettier --write ./src/*", "test": "jest", "doc": "typedoc ./src/index.ts" }, "devDependencies": { "@jest/globals": "^29.7.0", "@swc/cli": "^0.1.62", "@swc/core": "^1.3.85", "@swc/jest": "^0.2.29", "@types/jest": "^29.5.5", "@types/node": "^20.6.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jsdom": "^22.1.0", "prettier": "3.0.3", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typedoc": "^0.25.1", "typescript": "^5.2.2", "whatwg-fetch": "^3.6.19" } }