{ "name": "@penpot-export/core", "version": "0.0.0", "license": "UNLICENSED", "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "pretest": "npm run build", "test": "node --test", "format": "prettier -w ." }, "dependencies": { "node-fetch": "2", "prettier": "^3.0.2", "zod": "^3.22.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" } }