31 lines
760 B
JSON
31 lines
760 B
JSON
{
|
|
"name": "plemara",
|
|
"version": "0.2.1",
|
|
"description": "A Matrix to Fediverse client",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"run": "node main.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vulet/plemara.git"
|
|
},
|
|
"author": "vul",
|
|
"license": "AGPL-3.0-only",
|
|
"bugs": {
|
|
"url": "https://github.com/vulet/plemara/issues"
|
|
},
|
|
"homepage": "https://github.com/vulet/plemara#readme",
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"file-system": "^2.2.2",
|
|
"matrix-js-sdk": "^2.4.6",
|
|
"jsdom": "^16.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-airbnb-base": "^13.1.0",
|
|
"eslint-plugin-import": "^2.17.3"
|
|
}
|
|
}
|