4
0

package.json 597 B

12345678910111213141516171819202122
  1. {
  2. "name": "olivetin-webui",
  3. "version": "1.0.0",
  4. "description": "The WebUI for OliveTin",
  5. "repository": "https://github.com/OliveTin/OliveTin",
  6. "source": "index.html",
  7. "devDependencies": {
  8. "eslint": "^7.25.0",
  9. "eslint-config-standard": "^16.0.2",
  10. "eslint-plugin-import": "^2.22.1",
  11. "eslint-plugin-node": "^11.1.0",
  12. "eslint-plugin-promise": "^4.3.1",
  13. "parcel": "^2.11.0",
  14. "stylelint": "^15.6.0",
  15. "stylelint-config-standard": "^33.0.0"
  16. },
  17. "scripts": {
  18. "test": "echo \"Error: no test specified\" && exit 1"
  19. },
  20. "author": "",
  21. "license": "ISC"
  22. }