cleanup
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user