20 lines
302 B
JSON
20 lines
302 B
JSON
|
|
{
|
||
|
|
"name": "lang",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"main": "index.js",
|
||
|
|
"license": "MIT",
|
||
|
|
"type": "module",
|
||
|
|
"bin": {
|
||
|
|
"run": "run.js"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"c": "nearleyc"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"moo": "^0.5.1",
|
||
|
|
"nearley": "^2.20.1",
|
||
|
|
"nedb": "^1.8.0",
|
||
|
|
"uglify-js": "^3.13.5"
|
||
|
|
}
|
||
|
|
}
|