{ "name": "@penpot-export/cli", "version": "0.1.0-beta.1", "license": "Apache-2.0", "main": "dist/bin/index.js", "files": [ "dist" ], "bin": { "penpot-export": "./dist/bin/index.js" }, "scripts": { "prepack": "npm run build", "build": "tsc", "pretest": "npm run build", "test": "node --test", "format": "prettier -w .", "dev": "tsc-watch" }, "dependencies": { "@penpot-export/core": "0.1.0-beta.1", "prettier": "^3.0.2" }, "devDependencies": { "@types/node": "^20.5.0", "@types/node-fetch": "2", "ts-node": "^10.9.1", "tsc-watch": "^6.0.4", "typescript": "^5.1.6" } }