appattest-checker-node
Version:
Node.JS library to check/verify iOS App Attest attestations & assertions
48 lines (47 loc) • 1.23 kB
JSON
{
"name": "appattest-checker-node",
"version": "1.0.3",
"description": "Node.JS library to check/verify iOS App Attest attestations & assertions",
"author": "Srinivas Visvanathan",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "jest",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"lint": "eslint --ext .js,.ts"
},
"devDependencies": {
"@tsconfig/node-lts": "^20.1.1",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@peculiar/x509": "^1.9.6",
"@types/json-stable-stringify": "^1.0.36",
"@types/node": "^20.11.0",
"cbor": "^9.0.1",
"json-stable-stringify": "^1.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/srinivas1729/appattest-checker-node.git"
},
"keywords": [
"nodejs",
"ios",
"apple-appattest",
"security"
]
}