mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
55 lines
2.3 KiB
JSON
55 lines
2.3 KiB
JSON
{
|
|
"name": "ocelot-social",
|
|
"version": "2.6.0",
|
|
"description": "Free and open source software program code available to run social networks.",
|
|
"author": "ocelot.social Community",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Ocelot-Social-Community/Ocelot-Social.git"
|
|
},
|
|
"cypress-cucumber-preprocessor": {
|
|
"nonGlobalStepDefinitions": true
|
|
},
|
|
"scripts": {
|
|
"db:seed": "cd backend && yarn run db:seed",
|
|
"db:reset": "cd backend && yarn run db:reset",
|
|
"cypress:run": "cypress run --browser electron --config-file ./cypress/cypress.config.js",
|
|
"cypress:open": "cypress open --browser electron --config-file ./cypress/cypress.config.js",
|
|
"cucumber:setup": "cd backend && yarn run dev",
|
|
"cucumber": "wait-on tcp:4000 && cucumber-js --require-module @babel/register --exit",
|
|
"release": "yarn version --no-git-tag-version --no-commit-hooks --no-commit && auto-changelog --latest-version $(node -p -e \"require('./package.json').version\") && cd backend && yarn version --no-git-tag-version --no-commit-hooks --no-commit --new-version $(node -p -e \"require('./../package.json').version\") && cd ../webapp && yarn version --no-git-tag-version --no-commit-hooks --no-commit --new-version $(node -p -e \"require('./../package.json').version\") && cd ../webapp/maintenance/source && yarn version --no-git-tag-version --no-commit-hooks --no-commit --new-version $(node -p -e \"require('./../../../package.json').version\")"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.8",
|
|
"@babel/preset-env": "^7.21.5",
|
|
"@babel/register": "^7.12.10",
|
|
"@badeball/cypress-cucumber-preprocessor": "^15.1.4",
|
|
"@cypress/browserify-preprocessor": "^3.0.2",
|
|
"@faker-js/faker": "7.6.0",
|
|
"auto-changelog": "^2.3.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"cross-env": "^7.0.3",
|
|
"cucumber": "^6.0.5",
|
|
"cypress": "^12.6.0",
|
|
"cypress-file-upload": "^3.5.3",
|
|
"date-fns": "^2.30.0",
|
|
"dotenv": "^8.2.0",
|
|
"expect": "^29.5.0",
|
|
"graphql-request": "^2.0.0",
|
|
"import": "^0.0.6",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"mock-socket": "^9.0.3",
|
|
"neo4j-driver": "^4.3.4",
|
|
"neode": "^0.4.8",
|
|
"rosie": "^2.1.0",
|
|
"slug": "^6.0.0",
|
|
"wait-on": "^7.0.1"
|
|
},
|
|
"resolutions": {
|
|
"set-value": "^2.0.1",
|
|
"nan": "2.17.0"
|
|
}
|
|
}
|