@praecise/tere
Version:
Trusted Execution Runtime Environment SDK
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "@praecise/tere",
"version": "0.1.0-preview.1",
"description": "Trusted Execution Runtime Environment SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "echo 'Tests are temporarily disabled'",
"lint": "echo 'Linting is temporarily disabled'",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
},
"keywords": [
"tere",
"tee",
"confidential",
"computing",
"hsm",
"encryption",
"security"
],
"author": "Hilal Agil <hilaal@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/praecise/tere-sdk.git"
},
"homepage": "https://github.com/praecise/tere-sdk#readme",
"dependencies": {
"axios": "^1.6.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.8.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"ts-jest": "^29.3.4",
"typescript": "^5.2.2"
}
}