UNPKG

@activfinancial/one-api

Version:

A JavaScript API (with TypeScript definitions) to access the ACTIV OnePlatform.

94 lines (93 loc) 3.13 kB
{ "name": "@activfinancial/one-api", "description": "A JavaScript API (with TypeScript definitions) to access the ACTIV OnePlatform.", "repository": { "type": "git", "url": "https://github.com/activfinancial/one-api" }, "private": false, "version": "1.1.3", "publishConfig": { "access": "public" }, "license": "CC-BY-ND-4.0", "author": { "name": "ACTIV Financial Systems, Inc.", "email": "support@activfinancial.com", "url": "http://www.activfinancial.com" }, "files": [ "/lib/**.js", "/lib/**.json", "/lib/**.ts" ], "browser": "lib/index.js", "main": "lib/index.node.js", "types": "lib/index.d.ts", "scripts": { "clean": "rimraf --glob lib/*", "git-describe": "git describe --tags --always --abbrev=5 --match=\"@activfinancial/one-api@*\" > lib/VERSION.txt", "types": "dts-generator --prefix \"@activfinancial/one-api\" --name \"@activfinancial/one-api\" --main \"@activfinancial/one-api/src/index\" --project . --out lib/index.d.ts", "create-docs": "typedoc --entryPointStrategy expand --json lib/docs.json --excludePrivate --out docs/", "build": "yarn git-describe && yarn types && yarn create-docs && webpack --mode production", "develop": "yarn git-describe && yarn types && yarn create-docs && webpack --mode development", "test": "jest --passWithNoTests", "prepublishOnly": "yarn build" }, "dependencies": { "base64-js": "^1.5.1", "bluebird": "^3.7.2", "promise.prototype.finally": "^3.1.3", "uuid": "^9.0.0", "ws": "^8.5.0" }, "devDependencies": { "@types/base64-js": "^1.3.0", "@types/bluebird": "^3.5.36", "@types/jest": "^29.4.0", "@types/promise.prototype.finally": "^2.0.4", "@types/text-encoding": "^0.0.39", "@types/url-parse": "^1.4.8", "@types/uuid": "^9.0.0", "arraybuffer-loader": "^1.0.8", "assert": "^2.1.0", "browserify-zlib": "^0.2.0", "buffer": "^6.0.3", "dts-generator": "^3.0.0", "jest": "^29.4.3", "process": "^0.11.10", "raw-loader": "^4.0.2", "rollup": "^4.12.0", "source-map-loader": "^5.0.0", "stream-browserify": "^3.0.0", "text-encoding": "^0.7.0", "ts-jest": "^29.0.5", "ts-loader": "^9.2.6", "typedoc": "^0.25.9", "typescript": "^5.1.6", "url-parse": "^1.5.6", "webpack": "^5.68.0", "webpack-cli": "^5.0.1" }, "optionalDependencies": { "bufferutil": "^4.0.6", "utf-8-validate": "^6.0.2" }, "jest": { "roots": [ "src" ], "transform": { ".(ts|tsx)": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "js", "jsx", "json", "ts", "tsx" ] }, "gitHead": "d7db461d41ab0d2170fe454e43002bb1da41e4f0" }