-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "peterlyons.com-zola",
"version": "8.2.1",
"description": "Static web site for peterlyons.com",
"type": "module",
"scripts": {
"build": "./scripts-container/build.sh",
"test": "find tests -name '*-tap.js' | xargs tap",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/focusaurus/peterlyons.com-zola.git"
},
"keywords": [
"static",
"site",
"zola"
],
"author": "Peter Lyons <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/focusaurus/peterlyons.com-zola/issues"
},
"homepage": "https://github.com/focusaurus/peterlyons.com-zola#readme",
"devDependencies": {
"@tsconfig/node20": "20.1.4",
"@types/tap": "15.0.11",
"cheerio": "1.0.0-rc.12",
"esbuild": "0.23.0",
"eslint": "9.6.0",
"eslint-tap": "^2.0.1",
"serve-handler": "6.1.5",
"slug": "10.0.0",
"supertest": "7.0.0",
"tap": "21.0.1",
"ts-node": "github:TypeStrong/ts-node#main",
"typescript": "5.5.3"
},
"dependencies": {
"clipboard": "2.0.11",
"reveal.js": "5.1.0"
}
}