mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 21:04:46 +01:00
18 lines
441 B
JSON
18 lines
441 B
JSON
{
|
|
"name": "filestash",
|
|
"version": "0.0.0",
|
|
"description": "An app to manage your files in the cloud",
|
|
"repository": "https://github.com/mickael-kerjean/filestash",
|
|
"scripts": {
|
|
"test": "jest ./client/",
|
|
"lint": "eslint ./client/"
|
|
},
|
|
"author": "",
|
|
"license": "AGPL",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "^8.5.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"eslint-plugin-react": "^7.27.1"
|
|
}
|
|
}
|