Files

17 lines
306 B
JSON
Raw Permalink Normal View History

2022-04-28 16:09:23 -06:00
{
"name": "scwrypts",
"version": "1.0.0",
"description": "zx scripts for scwrypts",
"main": "index.js",
2024-02-06 14:06:44 -07:00
"type": "module",
2022-04-28 16:09:23 -06:00
"scripts": {
"test": "",
2024-02-06 14:06:44 -07:00
"preinstall": "npm i -g zx"
2022-04-28 16:09:23 -06:00
},
"author": "yage",
2024-02-06 14:06:44 -07:00
"license": "GPL-3.0-or-later",
"dependencies": {
"scwrypts": "file:lib"
}
2022-04-28 16:09:23 -06:00
}