Files
pole-book/server/node_modules/@strapi/core/package.json

138 lines
3.6 KiB
JSON

{
"name": "@strapi/core",
"version": "5.13.0",
"description": "Core of Strapi",
"homepage": "https://strapi.io",
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"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",
"exports": {
".": {
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist/",
"resources/"
],
"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",
"watch": "run -T rollup -c -w",
"clean": "run -T rimraf ./dist",
"lint": "run -T eslint .",
"prepublishOnly": "yarn clean && yarn build",
"test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch"
},
"dependencies": {
"@koa/cors": "5.0.0",
"@koa/router": "12.0.2",
"@paralleldrive/cuid2": "2.2.2",
"@strapi/admin": "5.13.0",
"@strapi/database": "5.13.0",
"@strapi/generators": "5.13.0",
"@strapi/logger": "5.13.0",
"@strapi/permissions": "5.13.0",
"@strapi/types": "5.13.0",
"@strapi/typescript-utils": "5.13.0",
"@strapi/utils": "5.13.0",
"bcryptjs": "2.4.3",
"boxen": "5.1.2",
"chalk": "4.1.2",
"ci-info": "4.0.0",
"cli-table3": "0.6.2",
"commander": "8.3.0",
"configstore": "5.0.1",
"copyfiles": "2.4.1",
"debug": "4.3.4",
"delegates": "1.0.0",
"dotenv": "16.4.5",
"execa": "5.1.1",
"fs-extra": "11.2.0",
"glob": "10.3.10",
"global-agent": "3.0.0",
"http-errors": "2.0.0",
"inquirer": "8.2.5",
"is-docker": "2.2.1",
"koa": "2.15.4",
"koa-body": "6.0.1",
"koa-compose": "4.1.0",
"koa-compress": "5.1.1",
"koa-favicon": "2.1.0",
"koa-helmet": "7.0.2",
"koa-ip": "^2.1.3",
"koa-session": "6.4.0",
"koa-static": "5.0.0",
"lodash": "4.17.21",
"mime-types": "2.1.35",
"node-schedule": "2.1.1",
"open": "8.4.0",
"ora": "5.4.1",
"package-json": "7.0.0",
"pkg-up": "3.1.0",
"qs": "6.11.1",
"resolve.exports": "2.0.2",
"semver": "7.5.4",
"statuses": "2.0.1",
"typescript": "5.4.4",
"undici": "6.21.2",
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/ts-zen": "^0.2.0",
"@swc/core": "1.9.3",
"@types/bcryptjs": "2.4.3",
"@types/configstore": "5.0.1",
"@types/delegates": "1.0.0",
"@types/fs-extra": "11.0.4",
"@types/global-agent": "2.1.3",
"@types/http-errors": "2.0.4",
"@types/jest": "29.5.2",
"@types/koa": "2.13.4",
"@types/koa-compress": "4.0.3",
"@types/koa-session": "6.4.1",
"@types/koa-static": "4.0.2",
"@types/koa__router": "12.0.0",
"@types/lodash": "^4.14.191",
"@types/mime-types": "2.1.1",
"@types/node": "18.19.24",
"@types/node-schedule": "2.1.7",
"@types/statuses": "2.0.1",
"eslint-config-custom": "5.13.0",
"supertest": "6.3.3",
"tsconfig": "5.13.0"
},
"engines": {
"node": ">=18.0.0 <=22.x.x",
"npm": ">=6.0.0"
}
}