UNPKG

@unaxiom/genesis-sdk

Version:

NPM module that provides access to Genesis' API

59 lines 1.81 kB
{ "name": "@unaxiom/genesis-sdk", "version": "7.7.0-dev", "description": "NPM module that provides access to Genesis' API", "types": "./lib/cjs/types/index.d.ts", "main": "./lib/cjs/index.js", "files": [ "lib/**/*" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rm -rf ./lib && rm index.ts", "regenindex": "npx tsx regenindex.ts", "build": "npm run clean && npm run regenindex && npm run build:esm && npm run build:cjs", "build:esm": "npx tsc -p ./tsconfig.esm.json", "build:cjs": "npx tsc -p ./tsconfig.cjs.json", "prepack": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Unaxiom/genesis-ts-sdk.git" }, "keywords": [ "Genesis", "Unaxiom", "ERP", "API" ], "author": "Pratheek Adidela <apratheek@unaxiom.com>", "license": "ISC", "bugs": { "url": "https://github.com/Unaxiom/genesis-ts-sdk/issues" }, "homepage": "https://github.com/Unaxiom/genesis-ts-sdk#readme", "dependencies": { "@bufbuild/buf": "^1.25.1", "@bufbuild/connect": "^0.12.0", "@bufbuild/connect-node": "^0.12.0", "@bufbuild/connect-web": "^0.2.1", "@bufbuild/protobuf": "^1.3.0" }, "exports": { ".": { "import": { "types": "./lib/esm/types/index.d.ts", "default": "./lib/esm/index.js" }, "require": { "types": "./lib/cjs/types/index.d.ts", "default": "./lib/cjs/index.js" } } }, "devDependencies": { "@types/node": "^20.5.7", "tsx": "^3.12.7", "typescript": "^5.2.2" } }