This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-05-02 17:42:04 -04:00
|
|
|
{
|
2021-05-06 23:05:36 -04:00
|
|
|
"name": "vogue",
|
2021-05-10 16:55:19 -04:00
|
|
|
"version": "0.0.1",
|
2021-05-02 17:42:04 -04:00
|
|
|
"main": "index.js",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"bin": {
|
2021-05-06 09:33:28 -04:00
|
|
|
"vogue": "run.js"
|
2021-05-02 17:42:04 -04:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2021-05-06 09:33:28 -04:00
|
|
|
"c": "nearleyc",
|
2021-05-11 19:38:55 -04:00
|
|
|
"test": "node run.js test",
|
|
|
|
|
"debug": "cross-env DEBUG=vogue:* node run.js test"
|
2021-05-02 17:42:04 -04:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2021-05-11 19:38:55 -04:00
|
|
|
"cross-env": "^7.0.3",
|
2021-05-10 16:55:19 -04:00
|
|
|
"debug": "^4.3.1",
|
2021-05-06 09:33:28 -04:00
|
|
|
"lodash": "^4.17.21",
|
2021-05-02 17:42:04 -04:00
|
|
|
"moo": "^0.5.1",
|
|
|
|
|
"nearley": "^2.20.1",
|
|
|
|
|
"nedb": "^1.8.0",
|
2021-05-06 23:05:36 -04:00
|
|
|
"terminal-kit": "^2.1.0",
|
2021-05-11 19:38:55 -04:00
|
|
|
"uglify-js": "^3.13.5",
|
|
|
|
|
"yarn": "^1.22.10"
|
2021-05-02 17:42:04 -04:00
|
|
|
}
|
|
|
|
|
}
|