This commit is contained in:
2022-03-14 03:36:21 -05:00
commit bdbb199d0c
7 changed files with 1036 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "json",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": "index.js",
"scripts": {
"start": "node .",
"build": "pkg ."
},
"pkg": {
"targets": [
"node17-linux-x64",
"node17-macos-x64",
"node17-win-x64"
],
"outputPath": "dist",
"compress": "gzip"
},
"author": "",
"license": "ISC",
"devDependencies": {
"pkg": "^5.5.2"
}
}