UNPKG

modernirc

Version:

IRC library for creating modern IRC bots

61 lines (60 loc) 1.56 kB
{ "name": "modernirc", "version": "1.5.0", "description": "IRC library for creating modern IRC bots", "main": "lib/index.js", "type": "module", "scripts": { "test": "node --test", "release": "standard-version", "release:pre": "standard-version -- --prerelease", "release:alpha": "standard-version -- --prerelease alpha", "release:patch": "standard-version -- --release-as patch", "release:minor": "standard-version -- --release-as minor", "release:major": "standard-version -- --release-as major", "commit": "cz", "prepare": "husky" }, "repository": { "type": "git", "url": "https://codeberg.org/ChakSoft/modernirc.git" }, "keywords": [ "irc", "bot", "nodebot", "nodeirc", "ircjs", "jsirc", "modernirc", "ircmodern", "irclib", "libirc" ], "author": "Michael Chacaton <pro@chaksoft.fr>", "license": "GPL-3.0", "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@eslint/js": "^9.26.0", "@stylistic/eslint-plugin-js": "^4.2.0", "commitizen": "^4.3.1", "cz-conventional-changelog": "^3.3.0", "eslint": "^9.26.0", "globals": "^16.1.0", "husky": "^9.1.7", "standard-version": "^9.5.0" }, "bugs": { "url": "https://codeberg.org/ChakSoft/modernirc/issues" }, "funding": [ "https://ko-fi.com/chaksoft", "https://liberapay.com/chaksoft/donate" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }