package.json 464 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@supabase/build-icons",
  3. "private": true,
  4. "version": "1.0.0",
  5. "description": "",
  6. "main": "src/index.mjs",
  7. "type": "module",
  8. "bin": {
  9. "build-icons": "src/main.mjs"
  10. },
  11. "scripts": {
  12. "preinstall": "npx only-allow pnpm",
  13. "clean": "rimraf node_modules"
  14. },
  15. "engines": {
  16. "node": ">= 16"
  17. },
  18. "keywords": [],
  19. "author": "",
  20. "license": "ISC",
  21. "devDependencies": {
  22. "minimist": "^1.2.7",
  23. "svgson": "^5.2.1"
  24. }
  25. }