| 12345678910111213141516171819202122232425 |
- {
- "name": "@supabase/build-icons",
- "private": true,
- "version": "1.0.0",
- "description": "",
- "main": "src/index.mjs",
- "type": "module",
- "bin": {
- "build-icons": "src/main.mjs"
- },
- "scripts": {
- "preinstall": "npx only-allow pnpm",
- "clean": "rimraf node_modules"
- },
- "engines": {
- "node": ">= 16"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "minimist": "^1.2.7",
- "svgson": "^5.2.1"
- }
- }
|