@arc-publishing/sdk-amp
Version:
Arc AMP SDK to work with Google AMP Pages
92 lines (91 loc) • 2.83 kB
JSON
{
"name": "@arc-publishing/sdk-amp",
"version": "1.94.0",
"description": "Arc AMP SDK to work with Google AMP Pages",
"keywords": [
"arc",
"washingtonpost",
"sdk",
"typescript",
"amp"
],
"author": "Arc Subscriptions (http://arcpublishing.com/)",
"homepage": "https://github.com/WPMedia/arc-subs-ui/tree/master/packages/sdk-amp#readme",
"license": "ISC",
"main": "lib/index.js",
"module": "lib-esm/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/WPMedia/arc-subs-ui.git",
"directory": "packages/sdk-amp"
},
"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": "echo \"Error: run tests from root\" && exit 1",
"prepare": "npm run build"
},
"engines": {
"node": ">=8"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@babel/types": "^7.3.4",
"@types/babel__traverse": "7.18.2",
"@types/fetch-mock": "^7.2.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.7",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-jest": "^24",
"babel-loader": "^8.0.5",
"babel-plugin-dynamic-import-node": "^2.0.0",
"babel-plugin-rewire": "^1.2.0",
"fetch-mock": "^7.3.1",
"html-webpack-exclude-assets-plugin": "0.0.7",
"html-webpack-plugin": "^3.2.0",
"jest": "^29.1.2",
"jest-coverage-badges": "^1.1.2",
"jest-junit": "^6",
"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"
},
"dependencies": {
"@arc-publishing/sdk-identity": "^1.94.0",
"@arc-publishing/sdk-subs-core": "^1.94.0",
"@babel/runtime": "^7.1.5",
"@babel/runtime-corejs2": "^7.3.1"
},
"bugs": {
"url": "https://github.com/WPMedia/arc-subs-ui/issues"
},
"directories": {
"lib": "lib"
},
"nx": {
"includedScripts": [
"build"
]
},
"gitHead": "b5750af66a3fa540d85a2d467c2b9e3e43749d36"
}