using esbuild now because it's easier to target specific files
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "nostore",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"source": [
|
||||
"background.js",
|
||||
"content.js",
|
||||
"nostr.js",
|
||||
"popup.html"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "./build.js",
|
||||
"watch": "./build.js watch",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"esbuild": "^0.16.17",
|
||||
"nostr-tools": "^1.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user