UNPKG

@agnostack/verifyd

Version:

Please contact agnoStack via info@agnostack.com for any questions

145 lines (144 loc) 4.08 kB
{ "name": "@agnostack/verifyd", "version": "2.4.0", "author": "agnoStack Dev <developers@agnostack.com> (https://agnostack.com)", "owner": "agnoStack", "description": "Please contact agnoStack via info@agnostack.com for any questions", "homepage": "https://github.com/agnostack/verifyd#readme", "repository": "github:agnostack/verifyd", "keywords": [ "verification", "library", "typescript", "javascript", "agnostack" ], "license": "MIT", "main": "./dist/lib/index.js", "types": "./dist/lib/index.d.ts", "exports": { ".": { "types": "./dist/lib/index.d.ts", "require": "./dist/lib/index.js", "default": "./dist/lib/index.js" }, "./external": { "types": "./dist/umd/lib/index.d.ts", "require": "./dist/umd/lib/index.js", "import": "./dist/umd/lib/index.js" }, "./react": { "types": "./dist/react/index.d.ts", "require": "./dist/react/index.js", "import": "./dist/react/index.js" }, "./package.json": "./package.json" }, "files": [ "dist", "package.json", "LICENSE", "*.md" ], "engines": { "node": ">=18.x" }, "scripts": { "tsc": "npx -p typescript tsc", "prebuild": "yarn tsc --build --clean && npx rimraf@4.4.1 dist _storage", "prebuild:staging": "yarn tsc --build --clean && npx rimraf@4.4.1 dist _storage", "watch": "yarn tsc -w", "build": "yarn tsc && ENVIRONMENT=production rollup -c", "build:staging": "yarn tsc && ENVIRONMENT=staging rollup -c", "clean": "npx rimraf@4.4.1 dist node_modules _storage", "clean:install": "yarn clean && yarn install --force", "lint": "eslint 'src/**' --fix", "test": "jest --passWithNoTests", "release": "npx semantic-release@22.0.12", "release:debug": "yarn release --debug", "prepare": "husky install" }, "lint-staged": { "{src,test,types}/**/*.{js,ts}": [ "eslint --fix" ] }, "peerDependenciesMeta": { "http-proxy": { "optional": true }, "next": { "optional": true }, "react": { "optional": true }, "react-dom": { "optional": true }, "react-is": { "optional": true } }, "peerDependencies": { "http-proxy": ">=1.18.1", "next": ">=12.1.0", "raw-body": ">=2.5.2", "react": ">=17.0.2", "react-dom": ">=17.0.2", "react-is": ">=17.0.2" }, "dependencies": { "browser-monads-ts": "2.0.1", "isomorphic-webcrypto": "2.3.8" }, "devDependencies": { "@babel/core": "7.22.15", "@babel/eslint-parser": "7.21.3", "@commitlint/cli": "18.6.1", "@commitlint/config-conventional": "18.6.1", "@rollup/plugin-node-resolve": "16.0.0", "@rollup/plugin-terser": "0.4.4", "@rollup/plugin-typescript": "12.1.2", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/github": "9.2.6", "@semantic-release/npm": "11.0.3", "@semantic-release/release-notes-generator": "12.1.0", "@types/jest": "26.0.24", "@types/node": "18.19.1", "@types/react": "17.0.2", "@types/react-dom": "17.0.2", "@typescript-eslint/eslint-plugin": "6.3.0", "@typescript-eslint/parser": "6.3.0", "chai": "4.3.10", "chai-as-promised": "7.1.1", "chalk": "4.1.2", "chance": "1.1.13", "eslint": "8.23.0", "eslint-plugin-import": "2.26.0", "husky": "6.0.0", "jest": "27.5.1", "lint-staged": "11.0.0", "rimraf": "4.4.1", "rollup": "2.79.2", "rollup-plugin-license": "2.6.1", "semantic-release": "22.0.12", "sinon": "10.0.0", "sinon-chai": "3.6.0", "ts-jest": "27.1.5", "ts-node": "10.9.2", "typescript": "5.4.2" }, "bundledDependencies": [ "browser-monads-ts" ], "resolutions": { "**/npm": "10.8.2", "**/rimraf": "4.4.1" }, "publishConfig": { "access": "public" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }