rwsdk-tools
Version:
A collection of utility tools for working with the RWSDK (Redwood SDK)
24 lines (23 loc) • 589 B
JSON
{
"name": "rwsdk-tools",
"version": "0.5.0",
"description": "A collection of utility tools for working with the RWSDK (Redwood SDK)",
"main": "install.js",
"bin": {
"rwsdk-tools": "./install.js"
},
"scripts": {
"start": "node install.js"
},
"keywords": [
"redwood",
"rwsdk",
"tools"
],
"author": "Redwood Team",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"packageManager": "pnpm@10.6.3+sha512.bb45e34d50a9a76e858a95837301bfb6bd6d35aea2c5d52094fa497a467c43f5c440103ce2511e9e0a2f89c3d6071baac3358fc68ac6fb75e2ceb3d2736065e6"
}