This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
vogue/package.json

20 lines
302 B
JSON
Raw Normal View History

2021-05-02 17:42:04 -04:00
{
"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"
}
}