mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
191 lines
7.4 KiB
191 lines
7.4 KiB
{ |
|
"name": "nocodb", |
|
"version": "0.106.1", |
|
"description": "NocoDB Backend", |
|
"main": "dist/bundle.js", |
|
"author": { |
|
"name": "NocoDB Inc", |
|
"url": "https://nocodb.com/" |
|
}, |
|
"homepage": "https://github.com/nocodb/nocodb", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/nocodb/nocodb.git" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/nocodb/nocodb/issues" |
|
}, |
|
"license": "AGPL-3.0-or-later", |
|
"keywords": [], |
|
"scripts": { |
|
"build": "run-s clean && run-p build:*", |
|
"build:obfuscate": "EE=true webpack --config webpack.config.js", |
|
"build:main": "tsc -p tsconfig.json", |
|
"build:module": "tsc -p tsconfig.module.json", |
|
"obfuscate:build:publish": "npm run build:obfuscate && npm publish .", |
|
"fix": "run-s fix:*", |
|
"fix:prettier": "prettier \"src/**/*.ts\" --write", |
|
"lint": "eslint src --ext .ts --fix", |
|
"test": "cross-env TS_NODE_PROJECT=tsconfig.json mocha -r ts-node/register src/__tests__/**/*.test.ts --recursive", |
|
"unit-test": "cross-env TS_NODE_PROJECT=tsconfig.json mocha --require ts-node/register 'src/__tests__/unit/**/*.test.ts' --recursive --check-leaks --exit", |
|
"local:test:unit": "cross-env TS_NODE_PROJECT=./tests/unit/tsconfig.json mocha -r ts-node/register tests/unit/index.test.ts --recursive --timeout 300000 --exit --delay", |
|
"test:unit": "cross-env TS_NODE_PROJECT=./tests/unit/tsconfig.json mocha -r ts-node/register tests/unit/index.test.ts --recursive --timeout 300000 --exit --delay", |
|
"test:unit:pg": "cp tests/unit/.pg.env tests/unit/.env; cross-env TS_NODE_PROJECT=./tests/unit/tsconfig.json mocha -r ts-node/register tests/unit/index.test.ts --recursive --timeout 300000 --exit --delay", |
|
"test:lint": "tslint --project . && prettier \"src/**/*.ts\" --list-different", |
|
"watch": "run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"", |
|
"clean": "trash build src/test", |
|
"docker:build": "EE=\"true-xc-test\" webpack --config docker/webpack.config.js", |
|
"watch:build": "nodemon -e ts,js -w ./src -x npm run build", |
|
"watch:run": "cross-env NC_DISABLE_TELE1=true EE=true nodemon -e ts,js -w ./src -x \"ts-node src/run/docker --log-error --project tsconfig.json\"", |
|
"watch:run:playwright": "rm -f ./test_noco.db; cross-env DATABASE_URL=sqlite:./test_noco.db PLAYWRIGHT_TEST=true NC_DISABLE_TELE=true EE=true nodemon -e ts,js -w ./src -x \"ts-node src/run/testDocker --log-error --project tsconfig.json\"", |
|
"watch:run:playwright:quick": "rm -f ./test_noco.db; cp ../../tests/playwright/fixtures/noco_0_91_7.db ./test_noco.db; cross-env DATABASE_URL=sqlite:./test_noco.db NC_DISABLE_TELE=true EE=true nodemon -e ts,js -w ./src -x \"ts-node src/run/docker --log-error --project tsconfig.json\"", |
|
"watch:run:playwright:pg:cyquick": "rm -f ./test_noco.db; cp ../../tests/playwright/fixtures/noco_0_91_7.db ./test_noco.db; cross-env NC_DISABLE_TELE=true EE=true nodemon -e ts,js -w ./src -x \"ts-node src/run/dockerRunPG_CyQuick.ts --log-error --project tsconfig.json\"", |
|
"watch:run:mysql": "cross-env NC_DISABLE_TELE=true EE=true nodemon -e ts,js -w ./src -x \"ts-node src/run/dockerRunMysql --log-error --project tsconfig.json\"", |
|
"watch:run:pg": "cross-env NC_DISABLE_TELE=true EE=true nodemon -e ts,js -w ./src -x \"ts-node src/run/dockerRunPG --log-error --project tsconfig.json\"", |
|
"run": "ts-node src/run/docker", |
|
"watch:try": "nodemon -e ts,js -w ./src -x \"ts-node src/run/try --log-error --project tsconfig.json\"", |
|
"example:docker": "ts-node src/run/docker.ts", |
|
"redoc": "nodemon -e ts,json -w ./src/schema -x \"ts-node src/run/redoc --log-error --project tsconfig.json\"" |
|
}, |
|
"engines": { |
|
"node": ">=8.9" |
|
}, |
|
"dependencies": { |
|
"@google-cloud/storage": "^5.7.2", |
|
"@graphql-tools/merge": "^6.0.12", |
|
"@sentry/node": "^6.3.5", |
|
"airtable": "^0.11.3", |
|
"ajv": "^8.12.0", |
|
"ajv-formats": "^2.1.1", |
|
"archiver": "^5.0.2", |
|
"auto-bind": "^4.0.0", |
|
"aws-sdk": "^2.829.0", |
|
"axios": "^0.21.1", |
|
"bcryptjs": "^2.4.3", |
|
"body-parser": "^1.19.0", |
|
"boxen": "^5.0.0", |
|
"bullmq": "^1.81.1", |
|
"clear": "^0.1.0", |
|
"colors": "1.4.0", |
|
"compare-versions": "^5.0.1", |
|
"cookie-parser": "^1.4.5", |
|
"cors": "^2.8.5", |
|
"cron": "^1.8.2", |
|
"crypto-js": "^4.0.0", |
|
"dataloader": "^2.0.0", |
|
"dayjs": "^1.8.34", |
|
"debug": "^4.2.0", |
|
"dotenv": "^8.2.0", |
|
"ejs": "^3.1.3", |
|
"emittery": "^0.7.1", |
|
"express": "^4.17.1", |
|
"express-graphql": "^0.11.0", |
|
"extract-zip": "^2.0.1", |
|
"fast-levenshtein": "^2.0.6", |
|
"fs-extra": "^9.0.1", |
|
"glob": "^7.1.6", |
|
"graphql": "^15.3.0", |
|
"graphql-depth-limit": "^1.1.0", |
|
"graphql-type-json": "^0.3.2", |
|
"handlebars": "^4.7.6", |
|
"import-fresh": "^3.2.1", |
|
"inflection": "^1.12.0", |
|
"ioredis": "^4.28.5", |
|
"ioredis-mock": "^7.1.0", |
|
"is-docker": "^2.2.1", |
|
"isomorphic-dompurify": "^0.19.0", |
|
"jsep": "^1.3.6", |
|
"jsonfile": "^6.1.0", |
|
"jsonwebtoken": "^9.0.0", |
|
"knex": "2.2.0", |
|
"lodash": "^4.17.19", |
|
"lru-cache": "^6.0.0", |
|
"mailersend": "^1.1.0", |
|
"minio": "^7.0.18", |
|
"mkdirp": "^2.1.3", |
|
"morgan": "^1.10.0", |
|
"mssql": "^6.2.0", |
|
"multer": "^1.4.2", |
|
"mysql2": "^2.2.5", |
|
"nanoid": "^3.1.20", |
|
"nc-help": "0.2.87", |
|
"nc-lib-gui": "0.106.1", |
|
"nc-plugin": "file:../nc-plugin", |
|
"ncp": "^2.0.0", |
|
"nocodb-sdk": "file:../nocodb-sdk", |
|
"nodemailer": "^6.4.10", |
|
"object-hash": "^3.0.0", |
|
"os-locale": "^5.0.0", |
|
"papaparse": "^5.3.1", |
|
"parse-database-url": "^0.3.0", |
|
"passport": "^0.4.1", |
|
"passport-auth-token": "^1.0.1", |
|
"passport-custom": "^1.1.1", |
|
"passport-github": "^1.1.0", |
|
"passport-google-oauth20": "^2.0.0", |
|
"passport-jwt": "^4.0.0", |
|
"passport-local": "^1.0.0", |
|
"pg": "^8.3.0", |
|
"request": "^2.88.2", |
|
"request-ip": "^2.1.3", |
|
"rmdir": "^1.2.0", |
|
"slash": "^3.0.0", |
|
"socket.io": "^4.4.1", |
|
"sqlite3": "5.1.2", |
|
"tedious": "^15.0.0", |
|
"tinycolor2": "^1.4.2", |
|
"twilio": "^3.55.1", |
|
"unique-names-generator": "^4.3.1", |
|
"uuid": "^8.2.0", |
|
"validator": "^13.1.1", |
|
"xc-core-ts": "^0.1.0", |
|
"xlsx": "^0.18.5" |
|
}, |
|
"devDependencies": { |
|
"@types/chai": "^4.2.12", |
|
"@types/express": "^4.17.7", |
|
"@types/inflection": "^1.5.28", |
|
"@types/lru-cache": "^5.1.0", |
|
"@types/minio": "^7.0.7", |
|
"@types/mkdirp": "^1.0.2", |
|
"@types/mocha": "^8.0.1", |
|
"@types/node": "^18.0.0", |
|
"@types/nodemailer": "^6.4.0", |
|
"@types/supertest": "^2.0.10", |
|
"@types/tinycolor2": "^1.4.3", |
|
"@typescript-eslint/eslint-plugin": "^4.0.1", |
|
"@typescript-eslint/parser": "^4.0.1", |
|
"chai": "^4.2.0", |
|
"copy-webpack-plugin": "^6.4.0", |
|
"cross-env": "^7.0.3", |
|
"cz-conventional-changelog": "^2.1.0", |
|
"eslint": "^7.8.0", |
|
"eslint-config-prettier": "^6.15.0", |
|
"eslint-plugin-eslint-comments": "^3.2.0", |
|
"eslint-plugin-functional": "^3.0.2", |
|
"eslint-plugin-import": "^2.25.2", |
|
"eslint-plugin-prettier": "^4.0.0", |
|
"mocha": "^10.1.0", |
|
"nodemon": "^2.0.7", |
|
"npm-run-all": "^4.1.5", |
|
"prettier": "^2.7.1", |
|
"supertest": "^4.0.2", |
|
"terser-webpack-plugin": "^4.1.0", |
|
"trash-cli": "^3.0.0", |
|
"ts-loader": "^8.0.5", |
|
"ts-node": "^8.10.2", |
|
"typescript": "^4.0.3", |
|
"webpack": "^4.44.1", |
|
"webpack-cli": "^3.3.12", |
|
"webpack-node-externals": "^2.5.2", |
|
"webpack-obfuscator": "^1.12.0" |
|
}, |
|
"config": { |
|
"commitizen": { |
|
"path": "cz-conventional-changelog" |
|
} |
|
}, |
|
"prettier": { |
|
"singleQuote": true |
|
} |
|
}
|
|
|