You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
396 B

{
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"buffer": "^6.0.3",
"esbuild": "^0.14.21",
"esbuild-plugin-alias": "^0.2.1",
"events": "^3.3.0",
"nostr-tools": "^0.22.1",
"readable-stream": "^3.6.0",
"vue": "3"
},
"devDependencies": {},
"scripts": {
"build": "./build.js prod",
"watch": "ag -l --js | entr ./build.js"
}
}