package.json 567 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. "stylelint": "^13.13.0",
  9. "stylelint-config-standard": "^22.0.0",
  10. "eslint": "^7.25.0",
  11. "eslint-config-standard": "^16.0.2",
  12. "eslint-plugin-import": "^2.22.1",
  13. "eslint-plugin-node": "^11.1.0",
  14. "eslint-plugin-promise": "^4.3.1"
  15. },
  16. "scripts": {
  17. "test": "echo \"Error: no test specified\" && exit 1"
  18. },
  19. "author": "",
  20. "license": "ISC"
  21. }