{ "name": "@standardnotes/sncrypto-common", "version": "1.13.3", "engines": { "node": ">=16.0.0 <17.0.0" }, "description": "SNCrypto common", "main": "dist/index.js", "author": "Standard Notes", "types": "dist/index.d.ts", "files": [ "dist" ], "license": "AGPL-3.0-or-later", "publishConfig": { "access": "public" }, "scripts": { "clean": "rm -fr dist", "prebuild": "yarn clean", "build": "tsc -p tsconfig.json", "watch": "tsc -p tsconfig.json --watch", "lint": "eslint src --ext .ts", "test": "yarn lint" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/parser": "*", "eslint": "*", "eslint-plugin-prettier": "^4.2.1", "typescript": "*" }, "dependencies": { "reflect-metadata": "^0.1.13" } }