forked from Kieran/snort
1
0
Fork 0

fix package.json

This commit is contained in:
ennmichael 2023-04-08 20:36:01 +02:00
parent 2544d79975
commit 8dfe0f25d4
No known key found for this signature in database
GPG Key ID: 6E6E183431A26AF7
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
{
"name": "@snort/nostr",
"version": "1.0.0",
"main": "dist/lib.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "webpack",
"watch": "webpack -w",