ligh7hau5/package.json

32 lines
760 B
JSON
Raw Normal View History

2019-07-04 00:27:39 +03:00
{
2020-05-16 21:20:29 +03:00
"name": "plemara",
"version": "0.2.1",
2019-07-04 00:27:39 +03:00
"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",
2020-05-16 21:20:29 +03:00
"url": "git+https://github.com/vulet/plemara.git"
2019-07-04 00:27:39 +03:00
},
"author": "vul",
"license": "AGPL-3.0-only",
"bugs": {
2020-05-16 21:20:29 +03:00
"url": "https://github.com/vulet/plemara/issues"
2019-07-04 00:27:39 +03:00
},
2020-05-16 21:20:29 +03:00
"homepage": "https://github.com/vulet/plemara#readme",
2019-07-04 00:27:39 +03:00
"dependencies": {
2020-05-16 21:20:29 +03:00
"axios": "^0.19.2",
2019-07-04 00:27:39 +03:00
"file-system": "^2.2.2",
2020-06-23 23:22:30 +03:00
"matrix-js-sdk": "^2.4.6",
"jsdom": "^16.2.2"
2019-07-04 00:27:39 +03:00
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3"
}
}