{ "name": "picsur-shared", "version": "0.4.0", "description": "Shared libraries for Picsur", "license": "GPL-3.0", "repository": "https://github.com/rubikscraft/Picsur", "author": "Rubikscraft ", "type": "module", "main": "./dist/index.js", "dependencies": { "tsc-watch": "^5.0.3", "zod": "^3.19.0" }, "devDependencies": { "@types/node": "^18.7.16", "typescript": "4.8.3" }, "scripts": { "clean": "rm -rf ./dist", "start": "yarn clean && tsc-watch", "build": "yarn clean && tsc", "purge": "rm -rf ./dist && rm -rf ./node_modules" } }