Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
astherath committed Sep 19, 2024
2 parents 8a2ba99 + 503e18f commit 36311a6
Showing 1 changed file with 89 additions and 89 deletions.
178 changes: 89 additions & 89 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,91 +1,91 @@
{
"name": "backend-deadlock",
"bin": "dist/index.js",
"main": "src/index.js",
"version": "0.0.1",
"packageManager": "[email protected]",
"devDependencies": {
"@octopusdeploy/gulp-octo": "^0.0.12",
"@octopusdeploy/octopackjs": "^0.2.4",
"@types/chai": "^4.3.17",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/gulp": "^4.0.17",
"@types/gulp-bump": "^2.8.6",
"@types/jest": "^29.5.12",
"@types/joi": "^17.2.3",
"@types/node-forge": "^1",
"@types/sinon": "^17.0.3",
"@types/uuid": "^10",
"@types/win-ca": "^3",
"chai": "^5.1.1",
"gulp": "^5.0.0",
"gulp-bump": "^3.2.0",
"jest": "^29.7.0",
"json-bump": "^1.0.2",
"pkg": "^5.8.1",
"rimraf": "^6.0.1",
"sinon": "^18.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@azure/identity": "^4.4.1",
"@azure/keyvault-secrets": "^4.8.0",
"axios": "^1.7.7",
"bun-types": "^1.1.26",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"joi": "^17.13.3",
"memfs": "^4.11.1",
"node-forge": "^1.3.1",
"reflect-metadata": "^0.2.2",
"tsyringe": "^4.8.0",
"uuid": "^10.0.0",
"uuidv4": "^6.2.13",
"win-ca": "^3.5.1"
},
"scripts": {
"start": "bun src/index.ts",
"format": "prettier --write \"src/**/*.{js,ts,tsx,json}\"",
"build": "bun run clean && tsc && bun run embed-env && bun pkg . --targets node18-linux-x64 --options max_old_space_size=4096 --no-bytecode --public-packages '*' --public && cp local.env dist/",
"env-bump": "bun src/scripts/pushNewSecretFile.ts",
"env-pull": "bun src/scripts/pullSecretFromLatest.ts",
"test": "bun jest",
"publish-full": "bun run build && bun run publish",
"clean": "rimraf dist",
"clean:js": "rimraf src/**/*.js",
"embed-env": "bun ./src/scripts/embedEnv.ts",
"publish": "gulp publish",
"b64out": "base64 -i akv_test_cert.pem -o encoded_certificate.txt",
"bump": "bun json-bump ./package.json"
},
"pkg": {
"scripts": [
"index.ts"
],
"assets": [
"views/**/*",
"public/**/*",
"./akv_test_cert.pem",
"*.pem",
"dist/common/EmbeddedEnv.js",
"dist/common/EmbeddedEnv.ts",
"*.env",
"src/EmbeddedEnv.ts",
"./.env",
"node_modules/axios/**/*"
],
"targets": [
"node16-linux-x64",
"node16-macos-x64"
],
"outputPath": "dist",
"ignore": [
"node_modules/open/xdg-open",
"node_modules/open"
]
}
"name": "backend-deadlock",
"bin": "dist/index.js",
"main": "src/index.js",
"version": "0.0.2",
"packageManager": "[email protected]",
"devDependencies": {
"@octopusdeploy/gulp-octo": "^0.0.12",
"@octopusdeploy/octopackjs": "^0.2.4",
"@types/chai": "^4.3.17",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/gulp": "^4.0.17",
"@types/gulp-bump": "^2.8.6",
"@types/jest": "^29.5.12",
"@types/joi": "^17.2.3",
"@types/node-forge": "^1",
"@types/sinon": "^17.0.3",
"@types/uuid": "^10",
"@types/win-ca": "^3",
"chai": "^5.1.1",
"gulp": "^5.0.0",
"gulp-bump": "^3.2.0",
"jest": "^29.7.0",
"json-bump": "^1.0.2",
"pkg": "^5.8.1",
"rimraf": "^6.0.1",
"sinon": "^18.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@azure/identity": "^4.4.1",
"@azure/keyvault-secrets": "^4.8.0",
"axios": "^1.7.7",
"bun-types": "^1.1.26",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"joi": "^17.13.3",
"memfs": "^4.11.1",
"node-forge": "^1.3.1",
"reflect-metadata": "^0.2.2",
"tsyringe": "^4.8.0",
"uuid": "^10.0.0",
"uuidv4": "^6.2.13",
"win-ca": "^3.5.1"
},
"scripts": {
"start": "bun src/index.ts",
"format": "prettier --write \"src/**/*.{js,ts,tsx,json}\"",
"build": "bun run clean && tsc && bun run embed-env && bun pkg . --targets node18-linux-x64 --options max_old_space_size=4096 --no-bytecode --public-packages '*' --public && cp local.env dist/",
"env-bump": "bun src/scripts/pushNewSecretFile.ts",
"env-pull": "bun src/scripts/pullSecretFromLatest.ts",
"test": "bun jest",
"publish-full": "bun run build && bun run publish",
"clean": "rimraf dist",
"clean:js": "rimraf src/**/*.js",
"embed-env": "bun ./src/scripts/embedEnv.ts",
"publish": "gulp publish",
"b64out": "base64 -i akv_test_cert.pem -o encoded_certificate.txt",
"bump": "bun json-bump ./package.json"
},
"pkg": {
"scripts": [
"index.ts"
],
"assets": [
"views/**/*",
"public/**/*",
"./akv_test_cert.pem",
"*.pem",
"dist/common/EmbeddedEnv.js",
"dist/common/EmbeddedEnv.ts",
"*.env",
"src/EmbeddedEnv.ts",
"./.env",
"node_modules/axios/**/*"
],
"targets": [
"node16-linux-x64",
"node16-macos-x64"
],
"outputPath": "dist",
"ignore": [
"node_modules/open/xdg-open",
"node_modules/open"
]
}
}

0 comments on commit 36311a6

Please sign in to comment.