{ "name": "picsur-shared", "version": "0.5.2", "description": "Shared libraries for Picsur", "license": "GPL-3.0", "repository": "https://github.com/caramelfur/Picsur", "author": "Caramel ", "type": "module", "main": "./dist/index.js", "exports": { ".": "./dist/index.js", "./*": "./dist/*.js", "./dist/*": "./dist/*.js" }, "dependencies": { "ms": "2.1.3", "zod": "^3.22.4" }, "devDependencies": { "@types/ms": "^0.7.34", "@types/node": "^20.10.0", "tsc-watch": "^6.0.4", "typescript": "^5.3.2" }, "scripts": { "clean": "rm -rf ./dist", "start": "yarn clean && tsc-watch", "build": "yarn clean && tsc", "purge": "rm -rf ./dist && rm -rf ./node_modules" } }