{ "name": "caroster", "private": true, "version": "0.1.0", "description": "A Strapi application", "scripts": { "develop": "strapi develop", "start": "strapi start", "build": "strapi build", "strapi": "strapi", "test": "jest --forceExit --detectOpenHandles", "test:watch": "jest --watch --forceExit --detectOpenHandles", "test:cov": "jest --coverage --forceExit --detectOpenHandles", "test:ci": "jest --ci --bail --forceExit --detectOpenHandles", "console": "PORT=1338 yarn strapi console" }, "devDependencies": { "babel-eslint": "^10.1.0", "eslint": "^7.3.1", "faker": "^5.5.3", "jest": "^27.3.1" }, "dependencies": { "axios": "^0.19.2", "knex": "^0.95.6", "koa-proxy": "^1.0.0-alpha.3", "moment": "^2.27.0", "pg": "^8.5.1", "strapi": "3.6.8", "strapi-admin": "3.6.8", "strapi-connector-bookshelf": "3.6.8", "strapi-middleware-sentry": "^0.0.11", "strapi-plugin-content-manager": "3.6.8", "strapi-plugin-content-type-builder": "3.6.8", "strapi-plugin-email": "^3.6.8", "strapi-plugin-email-designer": "^1.1.3", "strapi-plugin-graphql": "3.6.8", "strapi-plugin-telemetree": "^0.1.0", "strapi-plugin-upload": "^3.6.8", "strapi-plugin-users-permissions": "3.6.8", "strapi-provider-email-sendgrid": "^3.6.8", "strapi-utils": "3.6.8", "uuid": "^8.3.2" }, "author": { "name": "A Strapi developer" }, "strapi": { "uuid": "8c3a2c9e-1c16-43af-811f-ed1101770497" }, "engines": { "node": ">=10.0.0", "npm": ">=6.0.0" }, "license": "MIT", "jest": { "testPathIgnorePatterns": [ "/node_modules/", ".tmp", ".cache" ], "globalSetup": "/tests/setup/setupDatabase.js", "globalTeardown": "/tests/setup/destroyDatabase.js", "setupFilesAfterEnv": [ "/tests/setup/setupStrapi.js" ], "testEnvironment": "node" } }