mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-07 22:53:55 -05:00
73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"dependencies": {
|
|
"@sentry/node": "^7.14.0",
|
|
"@sentry/tracing": "^7.14.0",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"axios": "^1.1.3",
|
|
"bigint-conversion": "^2.2.2",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"crypto-js": "^4.1.1",
|
|
"dotenv": "^16.0.1",
|
|
"express": "^4.18.1",
|
|
"express-rate-limit": "^6.5.1",
|
|
"express-validator": "^6.14.2",
|
|
"handlebars": "^4.7.7",
|
|
"helmet": "^5.1.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jsrp": "^0.2.4",
|
|
"mongoose": "^6.7.1",
|
|
"nodemailer": "^6.8.0",
|
|
"posthog-node": "^2.1.0",
|
|
"query-string": "^7.1.1",
|
|
"rimraf": "^3.0.2",
|
|
"stripe": "^10.7.0",
|
|
"tweetnacl": "^1.0.3",
|
|
"tweetnacl-util": "^0.15.1",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"name": "infisical-api",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "npm run build && node build/index.js",
|
|
"dev": "nodemon",
|
|
"build": "rimraf ./build && tsc && cp -R ./src/templates ./src/json ./build",
|
|
"lint": "eslint . --ext .ts",
|
|
"lint-and-fix": "eslint . --ext .ts --fix",
|
|
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Infisical/infisical-api.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Infisical/infisical-api/issues"
|
|
},
|
|
"homepage": "https://github.com/Infisical/infisical-api#readme",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@posthog/plugin-scaffold": "^1.3.4",
|
|
"@types/cookie-parser": "^1.4.3",
|
|
"@types/cors": "^2.8.12",
|
|
"@types/express": "^4.17.14",
|
|
"@types/jsonwebtoken": "^8.5.9",
|
|
"@types/node": "^18.11.3",
|
|
"@types/nodemailer": "^6.4.6",
|
|
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
|
"@typescript-eslint/parser": "^5.40.1",
|
|
"eslint": "^8.26.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"husky": "^8.0.1",
|
|
"install": "^0.13.0",
|
|
"jest": "^29.3.1",
|
|
"nodemon": "^2.0.19",
|
|
"npm": "^8.19.3",
|
|
"prettier": "^2.7.1",
|
|
"ts-node": "^10.9.1"
|
|
}
|
|
}
|