{ "private": false, "name": "picsur-shared", "version": "0.3.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.14.4" }, "devDependencies": { "@types/node": "^17.0.30", "typescript": "4.6.4" }, "scripts": { "clean": "rm -rf ./dist", "start": "yarn clean && tsc-watch", "build": "yarn clean && tsc" } }