-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "cleanstreamlaundryapp",
"version": "1.0.0",
"description": "Code repository for the Clean Stream Laundry Client mobile/web app.",
"homepage": "https://github.com/jamaki604/CleanStreamLaundryApp#readme",
"bugs": {
"url": "https://github.com/jamaki604/CleanStreamLaundryApp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamaki604/CleanStreamLaundryApp.git"
},
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"supabase:update-functions": "node scripts/update-functions.cjs",
"test:coverage": "deno test --reload --coverage=coverage_deno supabase/functions"
},
"dependencies": {
"supabase": "^2.76.14"
},
"devDependencies": {
"@types/node": "^25.3.0"
}
}