-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 803 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 803 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
{
"name": "reading",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"process_goodreads": "ts-node src/goodreads/process.ts",
"dev": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"csv-parser": "^3.0.0",
"yaml": "^2.6.0"
},
"dependencies": {
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"inflection": "^3.0.2",
"js-yaml": "^4.1.0",
"luxon": "^3.5.0"
},
"type": "module",
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}