{ "name": "forgejo-notifications-core", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "swc ./src/index.ts -o dist/index.js", "lint": "prettier --write ./src/*", "test": "jest", "doc": "typedoc ./src/index.ts" }, "keywords": [], "author": "", "license": "ISC", "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" } }