@dailymotion/vast-client
Version:
JavaScript VAST Client
75 lines (74 loc) • 2.03 kB
JSON
{
"name": "@dailymotion/vast-client",
"author": "Dailymotion <vast-client@dailymotion.com> (https://developer.dailymotion.com/)",
"version": "6.4.4",
"description": "JavaScript VAST Client",
"keywords": [
"vast",
"ad",
"advertising",
"iab",
"in-stream",
"video"
],
"repository": {
"type": "git",
"url": "https://github.com/dailymotion/vast-client-js"
},
"license": "MIT",
"engines": {
"node": ">=12.22.1"
},
"browserslist": [
"chrome >= 63",
"firefox >= 67",
"edge >= 79",
"safari >= 12.1"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"main": "dist/vast-client-node.min.js",
"types": "./dist/types/index.d.ts",
"browser": "dist/vast-client.min.js",
"scripts": {
"performance": "node performance/performance_test.js",
"prebuild": "rm -rf dist_old && mkdir dist_old && cp -a dist/. dist_old/",
"build": "rollup -c && tsc",
"watch": "rollup -c --watch",
"postbuild": "node bundle_size.js",
"deploy": "bash deployment-scripts/deploy-release.sh",
"lint": "eslint .",
"precommit": "eslint . --max-warnings 0 && pretty-quick --staged",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.16.9",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/node": "^24.0.1",
"babel-eslint": "^10.1.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"canvas": "^2.9.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.4",
"husky": "^8.0.3",
"jest": "^26.6.3",
"path": "^0.12.7",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"rollup": "^2.66.1",
"rollup-plugin-terser": "^7.0.2",
"should": "^13.2.3",
"sinon": "^2.4.1",
"typescript": "^5.4.3"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.3"
}
}