UNPKG
rwsdk-tools
Version:
latest (0.5.0)
0.5.0
0.4.1
A collection of utility tools for working with the RWSDK (Redwood SDK)
rwsdk-tools
/
tools
/
seedToSql
/
package.json
8 lines
(7 loc)
•
156 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"name"
:
"seed-to-sql"
,
"version"
:
"1.0.0"
,
"description"
:
"Converts Redwood seed files to raw SQL"
,
"main"
:
"seedToSql.mjs"
,
"type"
:
"module"
}