ok / package.json
luguog's picture
Upload folder using huggingface_hub
b5662ef verified
Raw
History Blame Contribute Delete
459 Bytes
{
"name": "azur3",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"test": "node --test dist/tests/azur3.test.js"
},
"dependencies": {
"express": "^4.21.0",
"stripe": "^17.0.0"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.0.0",
"tsx": "^4.19.0",
"typescript": "^5.7.0"
}
}