Monorepo for Aesthetic.Computer
aesthetic.computer
1{
2 "name": "thumbnail-server",
3 "version": "1.0.0",
4 "description": "A node server for taking pretty screenshots of of aesthetic.computer pieces",
5 "type": "module",
6 "scripts": {
7 "server": "kill-port 8081; node thumbnail.js",
8 "deps": "playwright install chrome",
9 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "author": "Jeffrey Alan Scudder",
12 "license": "ISC",
13 "dependencies": {
14 "chrome-aws-lambda": "^10.1.0",
15 "dotenv": "^16.0.0",
16 "fastify": "^4.2.0",
17 "playwright": "^1.23.4"
18 },
19 "devDependencies": {
20 "kill-port": "^2.0.1",
21 "prettier": "^2.5.1"
22 }
23}