package.json 493 B

1234567891011121314151617181920212223
  1. {
  2. "name": "hsmusic-wiki",
  3. "version": "0.1.0",
  4. "description": "static wiki software cataloguing collaborative creation",
  5. "type": "module",
  6. "main": "upd8.js",
  7. "bin": {
  8. "hsmusic": "./src/upd8.js"
  9. },
  10. "scripts": {
  11. "test": "tape test/**/*.js"
  12. },
  13. "dependencies": {
  14. "fix-whitespace": "^1.0.4",
  15. "he": "^1.2.0",
  16. "js-yaml": "^4.1.0"
  17. },
  18. "license": "GPL-3.0",
  19. "devDependencies": {
  20. "tape": "^5.4.1"
  21. }
  22. }