package.json 566 B

123456789101112131415161718192021
  1. {
  2. "name": "olivetin-webui",
  3. "version": "1.0.0",
  4. "description": "The WebUI for OliveTin",
  5. "repository": "http://github.com/OliveTin/OliveTin",
  6. "main": "main.js",
  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. "stylelint": "^15.6.0",
  14. "stylelint-config-standard": "^33.0.0"
  15. },
  16. "scripts": {
  17. "test": "echo \"Error: no test specified\" && exit 1"
  18. },
  19. "author": "",
  20. "license": "ISC"
  21. }