This commit is contained in:
2023-06-09 00:43:21 +02:00
parent 81ccb95d82
commit ae655dfc69
123 changed files with 93 additions and 4198 deletions

View File

@ -1,16 +1,20 @@
{
"name": "@snort/system",
"version": "1.0.0",
"version": "1.0.1",
"description": "Snort nostr system package",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://git.v0l.io/Kieran/snort",
"author": "Kieran",
"license": "GPLv3",
"author": "v0l",
"license": "GPL-3.0-or-later",
"scripts": {
"build": "rm -rf dist && tsc",
"test": "jest"
},
"files": [
"src",
"dist"
],
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.1",