-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 749 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
{
"name": "recipes",
"version": "1.0.0",
"description": "Recipes",
"main": "index.js",
"scripts": {
"build": "tsc",
"postbuild": "node scripts/validate-recipes.js",
"dev": "vite",
"audit-amazon": "node scripts/audit-products.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clickthisnick/recipes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/clickthisnick/recipes/issues"
},
"homepage": "https://github.com/clickthisnick/recipes#readme",
"dependencies": {
"typescript": "^5.9.3",
"vite": "^8.0.14"
},
"devDependencies": {
"playwright": "^1.61.1"
}
}