0888e4a873
Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/faker-js/faker/releases) - [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md) - [Commits](https://github.com/faker-js/faker/compare/v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: "@faker-js/faker" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
{
|
|
"name": "@runtipi/cli",
|
|
"version": "2.0.6",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"bin": "dist/index.js",
|
|
"scripts": {
|
|
"test": "dotenv -e .env.test vitest -- --coverage --watch=false",
|
|
"test:watch": "dotenv -e .env.test vitest",
|
|
"package": "npm run build && pkg package.json && chmod +x dist/bin/cli-x64 && chmod +x dist/bin/cli-arm64",
|
|
"package:m1": "npm run build && pkg package.json -t node18-darwin-arm64",
|
|
"set-version": "node -e \"require('fs').writeFileSync('assets/VERSION', process.argv[1])\"",
|
|
"build": "node build.js",
|
|
"build:meta": "esbuild ./src/index.ts --bundle --platform=node --target=node18 --outfile=dist/index.js --metafile=meta.json --analyze",
|
|
"dev": "dotenv -e ../../.env nodemon",
|
|
"lint": "eslint . --ext .ts",
|
|
"tsc": "tsc --noEmit"
|
|
},
|
|
"pkg": {
|
|
"assets": "assets/**/*",
|
|
"targets": [
|
|
"node18-linux-x64",
|
|
"node18-linux-arm64"
|
|
],
|
|
"outputPath": "dist/bin"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.2.0",
|
|
"@types/cli-progress": "^3.11.3",
|
|
"@types/node": "20.8.4",
|
|
"@types/web-push": "^3.6.1",
|
|
"dotenv-cli": "^7.3.0",
|
|
"esbuild": "^0.19.4",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"memfs": "^4.6.0",
|
|
"nodemon": "^3.0.1",
|
|
"pkg": "^5.8.1",
|
|
"vite": "^4.5.0",
|
|
"vite-tsconfig-paths": "^4.2.1",
|
|
"vitest": "^0.34.6"
|
|
},
|
|
"dependencies": {
|
|
"@runtipi/postgres-migrations": "^5.3.0",
|
|
"@runtipi/shared": "workspace:^",
|
|
"axios": "^1.5.1",
|
|
"boxen": "^7.1.1",
|
|
"bullmq": "^4.12.3",
|
|
"chalk": "^5.3.0",
|
|
"cli-progress": "^3.12.0",
|
|
"cli-spinners": "^2.9.1",
|
|
"commander": "^11.0.0",
|
|
"dotenv": "^16.3.1",
|
|
"ioredis": "^5.3.2",
|
|
"log-update": "^5.0.1",
|
|
"pg": "^8.11.3",
|
|
"semver": "^7.5.4",
|
|
"systeminformation": "^5.21.13",
|
|
"web-push": "^3.6.6",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|