{ "name": "lakowske-blog", "version": "0.0.2", "description": "A weblog by Seth Lakowske", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "./node_modules/.bin/tsc src/index.ts", "index": "./node_modules/.bin/ts-node src/index.ts index ./public", "watch": "./node_modules/.bin/tsc-watch --onSuccess \"node ./dist/render.js serve ./public\"", "serve": "node src/index.js serve ./public" }, "repository": { "type": "git", "url": "https://github.com/lakowske/Blog" }, "keywords": [ "Seth", "Lakowske", "blog" ], "author": "Seth Lakowske", "license": "All rights reserved", "bugs": { "url": "https://github.com/lakowske/Blog/issues" }, "homepage": "https://github.com/lakowske/Blog", "dependencies": { "@google-cloud/storage": "^4.7.0", "blog-articles": "^0.1.2", "ecstatic": "^4.1.2", "fs-extra": "^9.0.0", "hyperglue": "^2.0.1", "hyperspace": "^2.1.4", "is-root": "^1.0.0", "md5": "^2.2.1", "node-syntaxhighlighter": "^0.8.1", "routes": "^2.0.0", "slurp-some": "^1.0.2", "trumpet": "^1.7.0", "walk": "^2.3.9" }, "devDependencies": { "@types/node": "14.0.0", "tape": "^4.5.1", "through": "^2.3.6", "through2": "^0.6.3", "ts-node": "^8.10.1", "tsc-watch": "^4.2.8", "typescript": "^3.9.3" } }