renjs/package.json

17 lines
319 B
JSON
Raw Normal View History

2022-03-03 23:11:15 -05:00
{
"name": "renjs",
"version": "1.0.0",
2022-03-04 05:17:15 -05:00
"main": "out/index.js",
2022-03-03 23:11:15 -05:00
"license": "MIT",
"type": "module",
"dependencies": {
"@types/node": "^17.0.21",
2022-03-04 05:17:15 -05:00
"@types/prompts": "^2.0.14",
2022-03-03 23:11:15 -05:00
"chalk": "^5.0.0",
2022-03-04 05:17:15 -05:00
"prompts": "^2.4.2",
2022-03-03 23:11:15 -05:00
"sisteransi": "^1.0.5",
"typescript": "^4.6.2"
},
"scripts": {}
}