renjs/package.json

15 lines
257 B
JSON
Raw Normal View History

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