UNPKG

@arc-publishing/sdk-identity

Version:
75 lines (74 loc) 2.21 kB
{ "name": "@arc-publishing/sdk-identity", "version": "1.94.0", "description": "JS Identity SDK for working with Identity API", "keywords": [ "identity", "arc", "washingtonpost", "sdk", "typescript" ], "author": { "name": "Arc Subscriptions", "url": "http://arcpublishing.com/" }, "homepage": "https://github.com/WPMedia/arc-subs-ui/tree/master/packages/sdk-identity#readme", "license": "ISC", "main": "lib/index.js", "module": "lib-esm/index.esm.js", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/WPMedia/arc-subs-ui.git" }, "scripts": { "start": "npm run build:umd && webpack-dev-server --colors --progress --host 0.0.0.0", "build": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && webpack", "build:umd": "webpack", "clean": "shx rm -rf umd lib lib-esm lib-umd test-report.html", "test": "jest --colors", "test:ci": "JEST_JUNIT_OUTPUT=../../reports/jest/sdk-identity.xml jest --ci --colors --reporters=default --reporters=\"jest-junit\" --no-cache --runInBand", "test:watch": "jest --watch", "test:coverage": "jest --coverage --colors", "prepare": "npm run build" }, "engines": { "node": ">=8" }, "devDependencies": { "@types/babel__traverse": "7.18.2", "@types/fetch-mock": "^7.2.2", "@types/gapi": "^0.0.47", "@types/gapi.auth2": "^0.0.53", "@types/google.accounts": "0.0.2", "@types/jest": "^29.5.12", "@types/node": "^20.11.7", "awesome-typescript-loader": "^5.2.1", "fetch-mock": "^7.3.0", "html-webpack-exclude-assets-plugin": "0.0.7", "html-webpack-plugin": "^3.2.0", "jest": "^29.1.2", "jest-junit": "^6.4.0", "node-fetch": "^2.3.0", "shx": "^0.3.2", "terser-webpack-plugin": "^1.2.1", "ts-jest": "^29.1.2", "ts-loader": "^8.2.0", "typescript": "^5.3.3", "webpack": "^4.28.4", "webpack-cli": "^3.2.1", "webpack-dev-server": "^3.1.14" }, "nx": { "includedScripts": [ "test", "build", "test:ci" ] }, "gitHead": "b5750af66a3fa540d85a2d467c2b9e3e43749d36" }