UNPKG

@schibstedspain/openads-appnexus-prebid

Version:
73 lines 2.05 kB
{ "name": "@schibstedspain/openads-appnexus-prebid", "version": "2.0.3", "description": "OpenAds AppNexus connector with Prebid features", "main": "dist/", "scripts": { "phoenix": "rm -Rf node_modules && rm -Rf package-lock.json && npm install", "cleanDistFolder": "rm -Rf ./dist", "prepublishOnly": "npm run cleanDistFolder && npm run build", "build": "npm run cleanDistFolder && babel src --ignore test --out-dir dist ", "test": "mocha --recursive --require @babel/register \"src/test/**/*.js\"", "lint": "sui-lint js", "coverage": "nyc --reporter=html --exclude=\"src/test\" npm run test", "coverage:ci": "nyc --reporter=cobertura --exclude=\"src/test\" npm run test && codecov", "check": "npm run lint && npm run test", "versiona": "node versiona.js" }, "repository": { "type": "git", "url": "https://github.com/scm-spain/OpenAds-appnexus-prebid" }, "keywords": [ "appnexus", "ast", "appnexus seller tag", "prebid", "openads" ], "author": "One Punch Team", "license": "ISC", "devDependencies": { "@babel/cli": "^7.8.0", "@babel/core": "^7.8.0", "@babel/plugin-transform-modules-commonjs": "^7.8.0", "@babel/register": "^7.8.0", "@babel/runtime": "^7.8.0", "@s-ui/lint": "^3.14.0", "babel-loader": "^8.0.6", "babel-preset-sui": "^2.14.0", "chai": "^4.2.0", "codecov": "^3.0.1", "jsdom": "^11.10.0", "mocha": "^7.0.0", "nyc": "^15.0.0", "sinon": "^8.0.4", "versiona": "^4.2.1" }, "pre-commit": [ "lint", "test" ], "babel": { "presets": [ "sui" ], "plugins": [ "@babel/plugin-transform-modules-commonjs" ] }, "eslintConfig": { "extends": [ "./node_modules/@s-ui/lint/eslintrc.js" ] }, "dependencies": { "@schibstedspain/openads-connector-api": "^2.0.1", "loglevel": "^1.6.1" }, "prettier": "./node_modules/@s-ui/lint/.prettierrc.js", "stylelint": { "extends": "./node_modules/@s-ui/lint/stylelint.config.js" } }