{ "name": "@sneak.berlin/webstatus", "version": "1.0.0", "description": "webstatus app for displaying a directory of images", "main": "index.js", "bin": { "webstatus-manifest-generator": "./bin/webstatus-manifest-generator.js" }, "dependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "chalk": "^3.0.0", "figlet": "^1.3.0", "find": "^0.3.0", "prettier": "^1.19.1", "react": "^16.13.0", "react-dom": "^16.13.0", "react-scripts": "3.4.0" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "fmt": "prettier --write --tab-width 4 -- bin/**/*.js src/**/*.js package.json" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "repository": { "type": "git", "url": "https://git.eeqj.de/sneak/webstatus.git" }, "author": "sneak ", "license": "WTFPL" }