npm package for scwrypts

This commit is contained in:
2024-02-20 21:48:30 -07:00
parent bdb7851064
commit 113445ca43
17 changed files with 12751 additions and 12 deletions

View File

@ -3,11 +3,14 @@
"version": "1.0.0",
"description": "zx scripts for scwrypts",
"main": "index.js",
"type": "module",
"type": "module",
"scripts": {
"test": "",
"preinstall": "npm i -g zx"
"preinstall": "npm i -g zx"
},
"author": "yage",
"license": "GPL-3.0-or-later"
"license": "GPL-3.0-or-later",
"dependencies": {
"scwrypts": "file:lib"
}
}