add mapper builders
still needs all mapper versions but has list, create, and count working
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@types/node": "^14.0.13",
|
||||
"@types/pluralize": "^0.0.29",
|
||||
"ncp": "^2.0.0",
|
||||
"path": "^0.12.7"
|
||||
"path": "^0.12.7",
|
||||
"pluralize": "^8.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "rm -rf dist && tsc && cp -r frame dist/ && cd dist && node index.js"
|
||||
|
Reference in New Issue
Block a user