hydrogen-web/package.json
2020-03-13 23:26:48 +01:00

35 lines
988 B
JSON

{
"name": "brawl-chat",
"version": "0.0.14",
"description": "A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "node_modules/.bin/impunity --entry-point src/main.js --force-esm",
"start": "node scripts/serve-local.js",
"build": "node --experimental-modules scripts/build.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bwindels/brawl-chat.git"
},
"author": "Bruno Windels",
"license": "ISC",
"bugs": {
"url": "https://github.com/bwindels/brawl-chat/issues"
},
"homepage": "https://github.com/bwindels/brawl-chat#readme",
"devDependencies": {
"cheerio": "^1.0.0-rc.3",
"finalhandler": "^1.1.1",
"impunity": "^0.0.9",
"postcss": "^7.0.18",
"postcss-import": "^12.0.1",
"rollup": "^1.15.6",
"serve-static": "^1.13.2"
},
"type": "module"
}