stack/examples/js-example/package.json
devin-ai-integration[bot] eec01632b1
Add clean scripts to all packages/apps (#478)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: zai@stack-auth.com <zai@stack-auth.com>
2025-02-26 06:34:11 +01:00

21 lines
462 B
JSON

{
"name": "@stackframe/js-example",
"version": "2.7.18",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"dev": "dotenv -e .env.development -e .env.local -- vite --port 8119",
"clean": "rimraf dist && rimraf node_modules"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@stackframe/js": "workspace:*",
"dotenv-cli": "^7.4.1",
"typescript": "^5.7.3",
"vite": "^6.1.0"
}
}