23 lines
393 B
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"
|
|
}
|
|
}
|