Files
standardnotes-app-web/packages/snjs/package.json
StandardNotes CI 6e2911105b chore(release): publish
- @standardnotes/desktop@3.23.62
 - @standardnotes/filepicker@1.21.4
 - @standardnotes/files@1.8.5
 - @standardnotes/mobile@3.30.13
 - @standardnotes/releases@1.2.79
 - @standardnotes/snjs@2.123.4
 - @standardnotes/web-server@1.2.84
 - @standardnotes/web@3.38.1
2022-07-07 11:12:12 +00:00

91 lines
2.8 KiB
JSON

{
"name": "@standardnotes/snjs",
"version": "2.123.4",
"engines": {
"node": ">=16.0.0 <17.0.0"
},
"main": "dist/snjs.js",
"author": "Standard Notes",
"types": "dist/@types",
"files": [
"dist"
],
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
"start": "webpack -w --config webpack.dev.js",
"clean": "rm -fr dist",
"prebuild": "yarn clean",
"build": "yarn tsc && webpack --config webpack.prod.js",
"docs": "jsdoc -c jsdoc.json",
"tsc": "tsc --project lib/tsconfig.json && tscpaths -p lib/tsconfig.json -s lib -o dist/@types",
"lint": "yarn lint:tsc && yarn lint:eslint",
"lint:eslint": "eslint --ext .ts lib/",
"lint:tsc": "tsc --noEmit --emitDeclarationOnly false --project lib/tsconfig.json",
"test:unit": "jest spec --coverage",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand"
},
"devDependencies": {
"@babel/core": "*",
"@babel/preset-env": "*",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^28.1.4",
"@types/jsdom": "^16.2.14",
"@types/libsodium-wrappers": "^0.7.9",
"@types/lodash": "^4.14.179",
"@types/semver": "^7.3.10",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"babel-jest": "^28.1.2",
"babel-loader": "^8.2.3",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"circular-dependency-plugin": "^5.2.2",
"crypto-js": "^4.1.1",
"docdash": "^1.2.0",
"dom-storage": "^2.1.0",
"eslint": "*",
"eslint-plugin-prettier": "*",
"exports-loader": "^3.1.0",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"jsdom": "^19.0.0",
"libsodium-wrappers": "^0.7.9",
"lodash": "^4.17.21",
"mocha": "^9.2.1",
"mocha-headless-chrome": "^4.0.0",
"nock": "^13.2.4",
"otplib": "^12.0.1",
"regenerator-runtime": "^0.13.9",
"script-loader": "^0.7.2",
"sinon": "^13.0.1",
"ts-jest": "^28.0.5",
"ts-loader": "^9.2.6",
"ts-node": "^10.8.1",
"tscpaths": "0.0.9",
"typescript": "*",
"uuid": "^8.3.2",
"webpack": "*",
"webpack-cli": "*",
"webpack-merge": "*"
},
"dependencies": {
"@standardnotes/api": "workspace:*",
"@standardnotes/common": "^1.25.0",
"@standardnotes/domain-events": "^2.39.0",
"@standardnotes/encryption": "workspace:*",
"@standardnotes/features": "workspace:*",
"@standardnotes/files": "workspace:*",
"@standardnotes/models": "workspace:*",
"@standardnotes/responses": "workspace:*",
"@standardnotes/security": "^1.2.0",
"@standardnotes/services": "workspace:*",
"@standardnotes/settings": "^1.17.0",
"@standardnotes/sncrypto-common": "workspace:*",
"@standardnotes/sncrypto-web": "workspace:*",
"@standardnotes/utils": "workspace:*",
"reflect-metadata": "^0.1.13",
"semver": "^7.3.7"
}
}