2022-01-23 16:02:58 -05:00
|
|
|
{
|
2020-07-25 14:24:59 -04:00
|
|
|
"name": "hedgedoc",
|
2020-07-21 15:24:56 -04:00
|
|
|
"version": "2.0.0",
|
2022-01-23 16:02:58 -05:00
|
|
|
"description": "Realtime collaborative markdown notes on all platforms.",
|
2020-07-21 15:24:56 -04:00
|
|
|
"author": "",
|
|
|
|
"private": true,
|
2022-01-23 16:02:58 -05:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"scripts": {
|
2020-07-21 15:24:56 -04:00
|
|
|
"prebuild": "rimraf dist",
|
|
|
|
"build": "nest build",
|
2021-02-16 04:28:55 -05:00
|
|
|
"format": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
|
|
"format:fix": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
2020-07-21 15:24:56 -04:00
|
|
|
"start": "nest start",
|
|
|
|
"start:dev": "nest start --watch",
|
|
|
|
"start:debug": "nest start --debug --watch",
|
|
|
|
"start:prod": "node dist/main",
|
2020-08-21 15:45:53 -04:00
|
|
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
|
|
|
|
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
2020-07-21 15:24:56 -04:00
|
|
|
"test": "jest",
|
|
|
|
"test:watch": "jest --watch",
|
|
|
|
"test:cov": "jest --coverage",
|
|
|
|
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
2021-03-31 17:23:15 -04:00
|
|
|
"test:e2e": "jest --config jest-e2e.json --runInBand",
|
2021-04-29 05:53:59 -04:00
|
|
|
"test:e2e:cov": "jest --config jest-e2e.json --coverage --runInBand",
|
|
|
|
"seed": "ts-node src/seed.ts"
|
2022-01-23 16:02:58 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-09-13 14:02:31 -04:00
|
|
|
"@azure/storage-blob": "12.8.0",
|
2021-08-05 06:11:38 -04:00
|
|
|
"@nestjs/common": "8.0.6",
|
2021-07-26 16:03:15 -04:00
|
|
|
"@nestjs/config": "1.0.1",
|
2021-08-05 06:11:38 -04:00
|
|
|
"@nestjs/core": "8.0.6",
|
2021-08-03 06:17:58 -04:00
|
|
|
"@nestjs/passport": "8.0.1",
|
2021-08-05 06:11:38 -04:00
|
|
|
"@nestjs/platform-express": "8.0.6",
|
2021-08-01 13:00:04 -04:00
|
|
|
"@nestjs/schedule": "1.0.1",
|
|
|
|
"@nestjs/swagger": "5.0.9",
|
2021-08-03 06:17:58 -04:00
|
|
|
"@nestjs/typeorm": "8.0.2",
|
2021-05-09 15:42:04 -04:00
|
|
|
"@types/bcrypt": "5.0.0",
|
2021-07-15 14:37:28 -04:00
|
|
|
"@types/cron": "1.7.3",
|
2021-08-26 06:06:09 -04:00
|
|
|
"@types/minio": "7.0.10",
|
2021-07-26 16:18:11 -04:00
|
|
|
"@types/node-fetch": "2.5.12",
|
2021-07-15 14:37:28 -04:00
|
|
|
"@types/passport-http-bearer": "1.0.37",
|
2021-05-17 01:59:51 -04:00
|
|
|
"base32-encode": "1.2.0",
|
2021-02-26 00:34:10 -05:00
|
|
|
"bcrypt": "5.0.1",
|
2021-02-16 14:14:45 -05:00
|
|
|
"class-transformer": "0.4.0",
|
2021-01-14 00:45:22 -05:00
|
|
|
"class-validator": "0.13.1",
|
2021-01-06 14:54:47 -05:00
|
|
|
"cli-color": "2.0.0",
|
2021-01-05 17:12:43 -05:00
|
|
|
"connect-typeorm": "1.1.4",
|
2021-07-26 15:46:37 -04:00
|
|
|
"eslint-plugin-jest": "24.4.0",
|
2021-05-02 13:45:47 -04:00
|
|
|
"eslint-plugin-local-rules": "1.1.0",
|
2021-08-03 11:38:24 -04:00
|
|
|
"file-type": "16.5.3",
|
2021-08-01 18:56:42 -04:00
|
|
|
"joi": "17.4.2",
|
2021-08-19 22:44:58 -04:00
|
|
|
"minio": "7.0.19",
|
2021-02-16 16:07:58 -05:00
|
|
|
"nest-router": "1.0.9",
|
2021-09-06 10:32:50 -04:00
|
|
|
"node-fetch": "2.6.2",
|
2021-01-25 16:52:35 -05:00
|
|
|
"passport": "0.4.1",
|
|
|
|
"passport-http-bearer": "1.0.1",
|
2021-08-08 15:44:54 -04:00
|
|
|
"passport-local": "1.0.0",
|
2021-01-05 17:12:43 -05:00
|
|
|
"raw-body": "2.4.1",
|
|
|
|
"reflect-metadata": "0.1.13",
|
|
|
|
"rimraf": "3.0.2",
|
2021-08-01 11:22:36 -04:00
|
|
|
"rxjs": "7.3.0",
|
2021-02-16 14:08:39 -05:00
|
|
|
"sqlite3": "5.0.2",
|
2021-01-06 15:25:55 -05:00
|
|
|
"swagger-ui-express": "4.1.6",
|
2021-08-13 05:07:04 -04:00
|
|
|
"typeorm": "0.2.37"
|
2022-01-23 16:02:58 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-02 06:44:41 -04:00
|
|
|
"@nestjs/cli": "8.1.1",
|
2021-08-23 05:39:11 -04:00
|
|
|
"@nestjs/schematics": "8.0.3",
|
2021-08-05 06:11:38 -04:00
|
|
|
"@nestjs/testing": "8.0.6",
|
2021-08-29 15:44:38 -04:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "2.0.4",
|
2021-06-21 07:41:09 -04:00
|
|
|
"@tsconfig/node12": "1.0.9",
|
2021-07-15 14:37:28 -04:00
|
|
|
"@types/cli-color": "2.0.1",
|
|
|
|
"@types/express": "4.17.13",
|
2021-08-13 05:08:16 -04:00
|
|
|
"@types/jest": "27.0.1",
|
2021-09-14 20:18:47 -04:00
|
|
|
"@types/node": "14.17.16",
|
2021-08-08 15:44:54 -04:00
|
|
|
"@types/passport-local": "^1.0.34",
|
2021-03-31 16:46:51 -04:00
|
|
|
"@types/supertest": "2.0.11",
|
2021-09-13 13:19:57 -04:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.31.1",
|
2021-09-13 13:59:24 -04:00
|
|
|
"@typescript-eslint/parser": "4.31.1",
|
2021-08-01 11:22:24 -04:00
|
|
|
"eslint": "7.32.0",
|
2021-04-24 11:33:20 -04:00
|
|
|
"eslint-config-prettier": "8.3.0",
|
2021-08-24 22:27:59 -04:00
|
|
|
"eslint-plugin-import": "2.24.2",
|
2021-09-04 13:19:26 -04:00
|
|
|
"eslint-plugin-prettier": "4.0.0",
|
2021-09-13 04:47:08 -04:00
|
|
|
"jest": "27.2.0",
|
2021-09-16 08:05:49 -04:00
|
|
|
"prettier": "2.4.1",
|
2021-08-17 20:16:13 -04:00
|
|
|
"supertest": "6.1.6",
|
2021-08-17 07:03:59 -04:00
|
|
|
"ts-jest": "27.0.5",
|
2021-08-03 17:18:53 -04:00
|
|
|
"ts-loader": "9.2.5",
|
2021-08-18 15:19:06 -04:00
|
|
|
"ts-node": "10.2.1",
|
2021-08-29 10:11:47 -04:00
|
|
|
"tsconfig-paths": "3.11.0",
|
2021-09-13 14:02:18 -04:00
|
|
|
"typescript": "4.4.3"
|
2022-01-23 16:02:58 -05:00
|
|
|
},
|
2020-07-21 15:24:56 -04:00
|
|
|
"jest": {
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"js",
|
|
|
|
"json",
|
|
|
|
"ts"
|
|
|
|
],
|
|
|
|
"rootDir": "src",
|
|
|
|
"testRegex": ".spec.ts$",
|
|
|
|
"transform": {
|
|
|
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
|
|
},
|
|
|
|
"coverageDirectory": "../coverage",
|
2021-04-29 13:09:15 -04:00
|
|
|
"testEnvironment": "node",
|
|
|
|
"globals": {
|
|
|
|
"ts-jest": {
|
|
|
|
"tsconfig": "tsconfig.test.json"
|
|
|
|
}
|
|
|
|
}
|
2022-01-23 16:02:58 -05:00
|
|
|
}
|
|
|
|
}
|