{ "name": "@icynet/irclib", "version": "1.0.0", "description": "IRC library written in TypeScript", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepublish": "npm run build" }, "author": "Evert Prants", "license": "ISC", "repository": "https://gitlab.icynet.eu/IcyNetwork/irclib", "devDependencies": { "@types/node": "^18.7.18", "prettier": "^2.7.1", "typedoc": "^0.23.15", "typescript": "^4.8.3" } }