28 lines
850 B
JSON
28 lines
850 B
JSON
{
|
|
"name": "remotestorage-module-chat-messages",
|
|
"version": "2.0.0",
|
|
"description": "Stores chat messages in daily archive files",
|
|
"main": "./dist/build.js",
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack",
|
|
"dev": "webpack -w",
|
|
"start": "npm run dev",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"version": "npm run build && git add dist/"
|
|
},
|
|
"author": "Kosmos Contributors <mail@kosmos.org> (https://kosmos.org)",
|
|
"license": "MIT",
|
|
"homepage": "https://gitea.kosmos.org/kosmos/rs-module-chat-messages",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.kosmos.org/kosmos/rs-module-chat-messages.git"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.8",
|
|
"@babel/preset-env": "^7.14.9",
|
|
"babel-loader": "^8.2.2",
|
|
"webpack": "^5.48.0",
|
|
"webpack-cli": "^4.8.0"
|
|
}
|
|
}
|