UNPKG

@activfinancial/cg-api-json

Version:

Implementations of some cg-api interfaces using JSON data.

80 lines (79 loc) 2.6 kB
{ "name": "@activfinancial/cg-api-json", "description": "Implementations of some cg-api interfaces using JSON data.", "repository": { "type": "git", "url": "https://github.com/activfinancial/cg-api" }, "version": "0.1.6", "private": false, "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" ], "module": "lib/index.esm.js", "browser": "lib/index.js", "main": "lib/index.node.js", "types": "lib/index.d.ts", "scripts": { "clean": "rimraf lib/*", "types": "dts-generator --prefix \"@activfinancial/cg-api-json\" --name \"@activfinancial/cg-api-json\" --main \"@activfinancial/cg-api-json/src/index\" --project . --out lib/index.d.ts", "rollup:develop": "rollup -c rollup.config.js", "rollup:build": "rollup -c rollup.config.js --config-production", "build": "yarn types && webpack --mode production && yarn rollup:build", "develop": "yarn types && webpack --mode development && yarn rollup:develop", "test": "jest --passWithNoTests", "prepublishOnly": "yarn build" }, "dependencies": { "@activfinancial/cg-api-common": "^0.1.5", "@activfinancial/middleware": "^0.1.5" }, "devDependencies": { "dts-generator": "^3.0.0", "jest": "^25.1.0", "rimraf": "^3.0.2", "rollup": "^1.31.1", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-string": "^3.0.0", "rollup-plugin-terser": "^5.2.0", "rollup-plugin-typescript2": "^0.26.0", "source-map-loader": "^0.2.4", "terser-webpack-plugin": "^2.3.4", "ts-jest": "^25.2.0", "ts-loader": "^6.2.1", "typedoc": "^0.16.9", "typescript": "^3.7.5", "webpack": "^4.41.6", "webpack-cli": "^3.3.11" }, "jest": { "roots": [ "src" ], "transform": { ".(ts|tsx)": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "js", "jsx", "json", "ts", "tsx" ] }, "gitHead": "a2d8861fce2364394a6036ccc34617a1209fa495" }