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

23 lines
393 B
JSON

{
"name": "vogue",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"type": "module",
"bin": {
"vogue": "run.js"
},
"scripts": {
"c": "nearleyc",
"test": "node run.js test"
},
"dependencies": {
"lodash": "^4.17.21",
"moo": "^0.5.1",
"nearley": "^2.20.1",
"nedb": "^1.8.0",
"terminal-kit": "^2.1.0",
"uglify-js": "^3.13.5"
}
}