{ "name": "picnic-cli", "version": "0.0.1", "dependencies": { "luxon": "^3.2.1", "minimist": "^1.2.7", "picnic-api": "^3.0.0" }, "bin": { "picnic": "./bin/picnic.js" }, "devDependencies": { "@types/luxon": "^3.2.0", "@types/minimist": "^1.2.2", "@types/node": "^18.11.18", "tsup": "^6.5.0", "tsx": "^3.12.2", "typescript": "^4.9.4" }, "type": "module", "scripts": { "watch": "exec tsc --noEmit -w", "start": "exec tsx ./index.ts", "test": "echo \"Error: no test specified\" && exit 1", "prepare": "exec tsup ./*.ts --dts --format esm" }, "private": true }