mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
by default running `npm run test:core` will only run unit tests. E2E tests require setting up credentials in the .env file. Until we figure out a way to streamline this whole process, this is how the tests will be run.
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "@notesnook/core",
|
|
"version": "7.3.6",
|
|
"main": "./api/index.js",
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/streetwriters/notesnook-core.git"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.9",
|
|
"@babel/plugin-transform-runtime": "^7.18.9",
|
|
"@babel/preset-env": "^7.18.9",
|
|
"@babel/runtime": "^7.18.9",
|
|
"@notesnook/crypto": "^1.0.1",
|
|
"@types/jest": "^28.1.6",
|
|
"@types/showdown": "^2.0.0",
|
|
"abortcontroller-polyfill": "^1.7.3",
|
|
"analyze-es6-modules": "^0.6.2",
|
|
"babel-jest": "^28.1.3",
|
|
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"dotenv": "^16.0.1",
|
|
"env-cmd": "^10.1.0",
|
|
"eventsource": "^2.0.2",
|
|
"jest": "^28.1.3",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"jsdom": "^20.0.0"
|
|
},
|
|
"scripts": {
|
|
"test:e2e": "env-cmd -e e2e jest --forceExit",
|
|
"test": "jest --forceExit"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/signalr": "^6.0.7",
|
|
"@microsoft/signalr-protocol-msgpack": "^6.0.7",
|
|
"@notesnook/logger": "*",
|
|
"async-mutex": "^0.3.2",
|
|
"base64-arraybuffer": "^1.0.2",
|
|
"dayjs": "^1.11.3",
|
|
"entities": "^4.3.1",
|
|
"fflate": "^0.7.3",
|
|
"linkedom": "^0.14.12",
|
|
"liqe": "^1.13.0",
|
|
"qclone": "^1.1.0",
|
|
"showdown": "github:thecodrr/showdown",
|
|
"spark-md5": "^3.0.2"
|
|
},
|
|
"np": {
|
|
"releaseDraft": false,
|
|
"message": "chore: bump version to %s"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com",
|
|
"access": "restricted"
|
|
}
|
|
}
|