-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "web-monetization-video-ads",
"version": "0.1.59",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Vivid-IOV-Labs/web-monetization-video-ads.git"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup --config rollup.config.dev.js -w",
"lint": "eslint",
"test": "jest",
"prepublish": "npm run build"
},
"keywords": [
"web-monetization",
"imasdk",
"advertizing",
"monetization"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-node-resolve": "^11.2.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-jest": "^24.3.5",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"rollup": "^2.45.2",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2"
},
"files": [
"dist"
],
"dependencies": {
"@ungap/event-target": "^0.2.2",
"babel-jest": "^26.6.3",
"custom-event-polyfill": "^1.0.7"
}
}