40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "photosite",
|
|
"version": "0.0.1",
|
|
"description": "Static site generator for processing photos.",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "node test/",
|
|
"compile": "./node_modules/.bin/tsc -p tsconfig.json",
|
|
"build" : "bash scripts/build.sh",
|
|
"generate" : "bash scripts/generate.sh",
|
|
"all" : "bash scripts/generate.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.sixteenmillimeter.com/mattmcw/photosite.git"
|
|
},
|
|
"author": "Matthew McWilliams",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/handlebars-helpers": "^0.5.6",
|
|
"@types/lodash": "^4.14.202",
|
|
"@types/node": "^20.10.6",
|
|
"@types/sqlite3": "^3.1.11",
|
|
"@types/triple-beam": "^1.3.5",
|
|
"@types/winston": "^2.4.4",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.3.1",
|
|
"handlebars": "^4.7.8",
|
|
"handlebars-helpers": "^0.10.0",
|
|
"lodash": "^4.17.21",
|
|
"mime": "^4.0.1",
|
|
"sqlite3": "^5.1.7",
|
|
"triple-beam": "^1.4.1",
|
|
"uuid": "^9.0.1",
|
|
"winston": "^3.11.0"
|
|
}
|
|
}
|