Files
madisonlinux/package.json
Cory Sanin 91b157055e
Some checks failed
App Image CI / Build app image (push) Failing after -1m27s
NPM Audit Check / Check NPM audit (push) Successful in -2m11s
set project name
2025-10-17 12:00:34 -05:00

43 lines
986 B
JSON

{
"name": "madisonlinux",
"version": "0.0.1",
"description": "Website for upcoming Linux install party in Madison WI",
"keywords": [
"web",
"template"
],
"homepage": "https://git.sanin.dev/corysanin/madisonlinux#readme",
"bugs": {
"url": "https://git.sanin.dev/corysanin/madisonlinux/issues"
},
"repository": {
"type": "git",
"url": "git+https://git.sanin.dev/corysanin/madisonlinux.git"
},
"license": "MIT",
"author": "Cory Sanin",
"type": "module",
"main": "./distribution/index.js",
"files": [
"distribution",
"assets",
"views"
],
"dependencies": {
"ejs": "3.1.10",
"express": "5.1.0",
"json5": "2.2.3"
},
"devDependencies": {
"@sindresorhus/tsconfig": "8.0.1",
"@types/express": "^5.0.3",
"@types/node": "^24.7.0",
"forking-build-shit": "1.0.5",
"typescript": "5.9.3"
},
"scripts": {
"tsc": "tsc",
"build": "npx build-shit",
"watch": "npx build-shit --watch"
}
}