strapi/packages/core/database/package.json
Alexandre Bodin da634b0951 v4.15.4
2023-11-11 12:17:57 +01:00

62 lines
1.4 KiB
JSON

{
"name": "@strapi/database",
"version": "4.15.4",
"description": "Strapi's database layer",
"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",
"files": [
"./dist"
],
"scripts": {
"build": "pack-up build",
"clean": "run -T rimraf ./dist",
"lint": "run -T tsc --noEmit && run -T eslint .",
"prepublishOnly": "yarn clean && yarn build",
"test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch",
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/utils": "4.15.4",
"date-fns": "2.30.0",
"debug": "4.3.4",
"fs-extra": "10.0.0",
"knex": "2.5.0",
"lodash": "4.17.21",
"semver": "7.5.4",
"umzug": "3.2.1"
},
"devDependencies": {
"@strapi/pack-up": "4.15.4",
"eslint-config-custom": "4.15.4",
"tsconfig": "4.15.4"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
}
}