feat: add snjs package
This commit is contained in:
90
packages/snjs/package.json
Normal file
90
packages/snjs/package.json
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"name": "@standardnotes/snjs",
|
||||
"version": "2.122.0",
|
||||
"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",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"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": "^7.17.5",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@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-plugin-prettier": "^4.2.1",
|
||||
"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",
|
||||
"uuid": "^8.3.2",
|
||||
"webpack": "^5.69.1",
|
||||
"webpack-cli": "^4.9.2",
|
||||
"webpack-merge": "^5.8.0"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user