-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 928 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 928 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
{
"name": "bentleydavis",
"version": "1.0.0",
"description": "Bentley Davis",
"main": "index.js",
"scripts": {
"start": "npm run delete-dist && eleventy --serve --watch",
"build": "npm run delete-dist && eleventy",
"debug": "npm run delete-dist && @powershell -Command $env:DEBUG='*'; eleventy",
"upgrade-all": "ncu -u --timeout 60000 && npm install",
"delete-dist": "if exist dist (rmdir /s /q dist)",
"get-content-data": "tsc && node _built/getData.js",
"update-url-data": "node src/updateExternalData.js"
},
"author": "Bentley Davis <Bentley@BentleyDavis.com> (http://BentleyDavis.com)",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"airtable": "^0.12.2",
"gh-pages": "^6.1.1",
"got": "^14.4.2",
"metascraper": "^5.45.22",
"metascraper-logo-favicon": "^5.45.22",
"npm-check-updates": "^16.14.20",
"typescript": "^5.5.4"
}
}