mirror of
https://github.com/strapi/strapi.git
synced 2026-06-02 16:27:47 +00:00
a5d30be517
Bumps [axios](https://github.com/axios/axios) from 1.16.0 to 1.16.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.16.0...v1.16.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
84 lines
2.0 KiB
JSON
84 lines
2.0 KiB
JSON
{
|
|
"name": "@strapi/cloud-cli",
|
|
"version": "5.46.1",
|
|
"description": "Commands to interact with the Strapi Cloud",
|
|
"keywords": [
|
|
"strapi",
|
|
"cloud",
|
|
"cli"
|
|
],
|
|
"homepage": "https://strapi.io",
|
|
"bugs": {
|
|
"url": "https://github.com/strapi/strapi/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/strapi/strapi.git",
|
|
"directory": "packages/cli/cloud"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"author": {
|
|
"name": "Strapi Solutions SAS",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi Solutions SAS",
|
|
"email": "hi@strapi.io",
|
|
"url": "https://strapi.io"
|
|
}
|
|
],
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"source": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"bin": "./bin/index.js",
|
|
"files": [
|
|
"./dist",
|
|
"./bin"
|
|
],
|
|
"scripts": {
|
|
"build": "run -T npm-run-all clean --parallel build:code build:types",
|
|
"build:code": "run -T rollup -c",
|
|
"build:types": "run -T tsc -p tsconfig.build.json --emitDeclarationOnly",
|
|
"clean": "run -T rimraf ./dist",
|
|
"lint": "run -T eslint .",
|
|
"test:unit": "run -T jest",
|
|
"watch": "run -T rollup -c -w"
|
|
},
|
|
"dependencies": {
|
|
"@strapi/utils": "5.46.1",
|
|
"axios": "1.16.1",
|
|
"boxen": "5.1.2",
|
|
"chalk": "4.1.2",
|
|
"cli-progress": "3.12.0",
|
|
"commander": "8.3.0",
|
|
"eventsource": "2.0.2",
|
|
"fast-safe-stringify": "2.1.1",
|
|
"fs-extra": "11.3.4",
|
|
"inquirer": "9.3.8",
|
|
"jsonwebtoken": "9.0.0",
|
|
"jwks-rsa": "3.1.0",
|
|
"lodash": "4.18.1",
|
|
"minimatch": "10.2.5",
|
|
"open": "8.4.0",
|
|
"ora": "5.4.1",
|
|
"pkg-up": "3.1.0",
|
|
"tar": "7.5.11",
|
|
"xdg-app-paths": "8.3.0",
|
|
"yup": "0.32.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cli-progress": "3.11.5",
|
|
"@types/eventsource": "1.1.15",
|
|
"@types/lodash": "^4.14.191",
|
|
"eslint-config-custom": "5.46.1",
|
|
"tsconfig": "5.46.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0 <=24.x.x",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|