UNPKG

@nodearch/vault

Version:
48 lines 1.01 kB
{ "name": "@nodearch/vault", "version": "2.1.2", "description": "NodeArch Vault Wrapper", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "type": "module", "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/nodearch/nodearch.git" }, "keywords": [ "nodearch", "nodearch-joi", "joi" ], "author": "https://github.com/AhmedAli7O1", "license": "MIT", "bugs": { "url": "https://github.com/nodearch/nodearch/issues", "email": "bluemax7o1@gmail.com" }, "dependencies": { "axios": "^1.7.9" }, "devDependencies": { "@nodearch/core": "^2.2.2", "@types/node": "^22.10.10", "rimraf": "^6.0.1", "typescript": "^5.7.3", "reflect-metadata": "^0.2.2" }, "peerDependencies": { "@nodearch/core": "^2.2.2", "reflect-metadata": "^0.x.x" }, "scripts": { "build": "rimraf ./dist/ && tsc", "build:watch": "tsc" } }