Files
nostr-relay-registry/package.json
fiatjaf 270f242d1f remove webpack, use esbuild instead.
this probably breaks docker. @cameri help.
2022-02-12 14:28:49 -03:00

18 lines
396 B
JSON

{
"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"
}
}