Added a lot of mappings for the basic operations

This commit is contained in:
JanHolger 2020-12-22 05:58:14 +01:00
parent cc84fbf6ff
commit 1635f27234
4 changed files with 744 additions and 671 deletions

15
build/package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "build",
"version": "1.0.0",
"description": "",
"main": "generator.js",
"dependencies": {
"js-yaml": "^3.14.1"
},
"devDependencies": {},
"scripts": {
"build": "node generator.js"
},
"author": "",
"license": "ISC"
}