2024-12-20 21:55:13 +00:00
|
|
|
{
|
|
|
|
"name": "website-headers",
|
2024-12-21 03:37:57 +00:00
|
|
|
"version": "1.1.0",
|
2024-12-20 21:55:13 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2024-12-21 03:34:59 +00:00
|
|
|
"dev": "concurrently \"pnpm build:watch\" \"pnpm start\"",
|
|
|
|
"prebuild": "pnpm lint",
|
2024-12-20 21:55:13 +00:00
|
|
|
"build": "tsc && tsx build.ts",
|
2024-12-21 03:34:59 +00:00
|
|
|
"build:watch": "tsc --watch",
|
2024-12-20 21:55:13 +00:00
|
|
|
"lint": "eslint src --max-warnings 0",
|
2024-12-21 03:34:59 +00:00
|
|
|
"start": "node --watch prod/develop.js",
|
2024-12-26 22:05:35 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"scan": "SONAR_TOKEN='op://Environment Variables - Development/SonarCloud/website-headers' op run -- sonar-scanner -Dsonar.organization=nhcarrigan -Dsonar.projectKey=nhcarrigan_website-headers -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io"
|
2024-12-20 21:55:13 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"@nhcarrigan/eslint-config": "5.0.0",
|
|
|
|
"@nhcarrigan/typescript-config": "4.0.0",
|
|
|
|
"@types/node": "22.10.2",
|
2024-12-21 03:34:59 +00:00
|
|
|
"concurrently": "9.1.0",
|
2024-12-20 21:55:13 +00:00
|
|
|
"eslint": "9.17.0",
|
|
|
|
"globals": "15.14.0",
|
|
|
|
"terser": "5.37.0",
|
|
|
|
"tsx": "4.19.2",
|
|
|
|
"typescript": "5.7.2"
|
|
|
|
}
|
|
|
|
}
|