This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
token-gated-economy/scripts/package.json
2026-03-23 14:52:49 +00:00

21 lines
494 B
JSON

{
"name": "@workspace/scripts",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"hello": "tsx ./src/hello.ts",
"timmy-watch": "tsx ./src/timmy-watch.ts",
"timmy-report": "tsx ./src/timmy-report.ts",
"generate-timmy-nsec": "tsx ./src/generate-timmy-nsec.ts",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"nostr-tools": "^2.23.3"
},
"devDependencies": {
"@types/node": "catalog:",
"tsx": "catalog:"
}
}