Files

46 lines
1.1 KiB
JSON

{
"name": "@standardnotes/sncrypto-node",
"version": "1.16.4",
"engines": {
"node": ">=18.0.0 <21.0.0"
},
"description": "SNCrypto for Node.js",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist/**/*.js",
"dist/**/*.js.map",
"dist/**/*.d.ts"
],
"license": "AGPL-3.0-or-later",
"publishConfig": {
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
"url": "[email protected]:standardnotes/server.git",
"directory": "packages/sncrypto-node"
},
"scripts": {
"clean": "rm -fr dist",
"build": "tsc --build",
"lint": "eslint . --ext .ts",
"test": "jest --coverage --no-cache --maxWorkers=2"
},
"dependencies": {
"@standardnotes/sncrypto-common": "^1.13.4",
"reflect-metadata": "^0.2.1"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^20.5.7",
"jest": "^29.5.0",
"regenerator-runtime": "^0.13.9",
"ts-jest": "^29.1.0",
"ts-loader": "^9.2.6",
"typescript": "^5.0.4",
"webpack": "^5.82.0"
}
}