package.json 481 B

1234567891011121314151617181920212223
  1. {
  2. "name": "ruleset.skk.moe",
  3. "version": "0.0.0",
  4. "private": true,
  5. "description": "",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/SukkaW/Surge.git"
  13. },
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "@sukka/listdir": "^0.2.0",
  18. "picocolors": "^1.0.0",
  19. "piscina": "^3.1.0",
  20. "table": "^6.7.3",
  21. "undici": "^5.0.0"
  22. }
  23. }