Test / package.json
KilersBotz's picture
Create package.json
6ca218c verified
Raw
History Blame Contribute Delete
210 Bytes
{
"name": "test",
"version": "1.1.1",
"author": "",
"main": "index.js",
"scripts": {
"app": "node index.js"
},
"dependencies": {
"turnstile-bypass": "latest",
"express": "4.19.2"
}
}