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/test/package.json

14 lines
245 B
JSON
Raw Normal View History

2021-05-15 15:41:55 -04:00
{
"name": "test",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.1",
2021-05-18 07:56:57 -04:00
"random-world": "^1.2.1",
"signale": "^1.4.0",
"sisteransi": "^1.0.5",
2021-05-15 15:41:55 -04:00
"terminal-kit": "^2.1.2"
}
}