UNPKG

@transact-open-ux/core

Version:

Provides utility methods to integrate with the Transact Platform

63 lines (62 loc) 1.69 kB
{ "name": "@transact-open-ux/core", "version": "0.1.9", "description": "Provides utility methods to integrate with the Transact Platform", "main": "dist/open-ux-core.js", "module": "dist/open-ux-core.es.js", "types": "dist/index.d.ts", "author": "David Moore", "license": "Apache-2.0", "files": [ "dist" ], "scripts": { "build": "rollup -c", "test": "yarn lint && yarn test:unit", "lint": "yarn tslint --project . --fix", "test:unit": "cross-env NODE_ENV=development jest --env=jsdom", "precommit": "lint-staged", "prettier": "prettier --write {scripts,src,test}/**/*.{js,ts,json}", "release:changelog": "standard-version", "release": "bash scripts/release.sh" }, "homepage": "https://avoka.com", "lint-staged": { "*.js": [ "npm run prettier", "npm run lint", "git add" ] }, "keywords": [ "transact", "open-ux", "open-ux-core" ], "dependencies": { "axios": "^0.18.0", "fast-xml-parser": "^3.12.16", "pako": "^1.0.10" }, "devDependencies": { "@types/jest": "^24.0.13", "@types/node": "^12.0.3", "cross-env": "^5.2.0", "jest": "^24.8.0", "lint-staged": "^8.1.7", "lodash": "^4.17.11", "prettier": "^1.17.1", "rollup": "^1.12.4", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-license": "^0.8.1", "rollup-plugin-node-resolve": "^5.0.0", "rollup-plugin-terser": "^5.0.0", "rollup-plugin-tslint": "^0.2.2", "rollup-plugin-typescript2": "^0.21.1", "standard-version": "^6.0.1", "ts-jest": "^24.0.2", "tslint": "^5.16.0", "tslint-config-prettier": "^1.18.0", "typescript": "^3.4.5" } }