@dewebio/bbs-common
Version:
A library of common BBS functionality
34 lines (33 loc) • 781 B
JSON
{
"name": "@dewebio/bbs-common",
"type": "module",
"version": "1.0.8",
"description": "A library of common BBS functionality",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deweb-io/bbs-common.git"
},
"keywords": [
"BBS",
"message-board",
"social"
],
"author": "Israel Levin",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/deweb-io/bbs-common/issues"
},
"homepage": "https://github.com/deweb-io/bbs-common#readme",
"dependencies": {
"firebase": "^9.15.0"
},
"devDependencies": {
"eslint": "^8.30.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.26.0"
}
}