feat(dsl)!: support other JS runtimes
This commit is contained in:
parent
d77279d2e3
commit
055d0cbd34
7 changed files with 72 additions and 31 deletions
|
|
@ -13,6 +13,9 @@
|
|||
"lexer"
|
||||
],
|
||||
"main": "lib/api/index.js",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"install": "node install.js",
|
||||
"prepack": "cp ../../LICENSE ../README.md .",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue