UNPKG

tydet-core-icm

Version:
45 lines (44 loc) 1.12 kB
{ "name": "tydet-core-icm", "version": "1.0.0", "description": "Internal validator tool", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest" }, "keywords": [ "typescript", "kabany", "icm" ], "license": "MIT", "author": "Kabany <developers@kabany.io>", "homepage": "https://github.com/Kabany/tydet-core-icm#readme", "repository": { "type": "git", "url": "https://github.com/Kabany/tydet-core-icm.git" }, "bugs": { "url": "https://github.com/Kabany/tydet-core-icm/issues", "email": "developers@kabany.io" }, "devDependencies": { "@babel/core": "^7.26.10", "@babel/preset-env": "^7.26.9", "@babel/preset-typescript": "^7.27.0", "@types/jest": "^29.5.14", "@types/jsonwebtoken": "^9.0.10", "babel-jest": "^29.7.0", "jest": "^29.7.0", "jest-editor-support": "^31.1.2", "typescript": "^5.8.3" }, "dependencies": { "axios": "^1.11.0", "jsonwebtoken": "^9.0.2", "tydet-core": "^2.0.0", "tydet-utils": "^1.4.0" } }