@sphereon/ssi-sdk.dev
Version:
67 lines (66 loc) • 1.68 kB
JSON
{
"name": "@sphereon/ssi-sdk.dev",
"version": "0.37.1",
"source": "src/index.ts",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"react-native": "./dist/index.js",
"import": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build:copyfilesdis": "copyfiles package.json ./dist/",
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
},
"dependencies": {
"@microsoft/api-extractor": "^7.52.5",
"@microsoft/api-extractor-model": "^7.30.5",
"commander": "^13.1.0",
"copyfiles": "^2.4.1",
"inquirer": "^10.2.2",
"inquirer-autocomplete-prompt": "^3.0.1",
"json-schema": "^0.4.0",
"json5": "^2.2.3",
"jsonpointer": "^5.0.1",
"oas-resolver": "^2.5.6",
"openapi-types": "^12.1.3",
"ts-json-schema-generator": "^2.4.0",
"url-parse": "^1.5.10",
"yaml": "^2.4.5"
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/inquirer-autocomplete-prompt": "^3.0.3",
"@types/url-parse": "^1.4.11",
"typescript": "5.8.3"
},
"files": [
"dist",
"bin",
"src",
"package.json",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:Sphereon-Opensource/SSI-SDK.git",
"author": "Sphereon <dev@sphereon.com>",
"license": "Apache-2.0",
"keywords": [
"Sphereon",
"SSI",
"Agent"
],
"gitHead": "f77778193dc9235727d306be0449c5bf05b63cbe"
}