forked from smoudjs/playable-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.11 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.11 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@5minlab/playable-scripts",
"version": "1.0.25",
"description": "Accelerate HTML5 playable ad development and production across different ad networks, with a single tool, which offering both a streamlined CLI and a flexible API.",
"main": "core/index.js",
"module": "core/index.js",
"types": "core/index.d.ts",
"bin": {
"playable-scripts": "cli/bin/playable-scripts.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smoudjs/playable-scripts.git"
},
"files": [
"cli",
"core",
"LICENSE",
"README.md",
"defines.d.ts"
],
"scripts": {
"deploy": "npm publish --access public"
},
"author": "Smoud",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^13.0.0",
"cross-spawn": "^7.0.3",
"css-loader": "^7.1.2",
"esbuild-loader": "^4.2.2",
"file-loader": "^6.2.0",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-webpack-plugin": "^5.6.0",
"prettyjson": "^1.2.5",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"webpack": "^5.91.0",
"webpack-dev-server": "^5.1.0",
"webpack-merge": "^5.10.0",
"yazl": "^2.5.1"
},
"engines": {
"node": ">=14.0.0"
},
"bugs": {
"mail": "peter.hutsul@gmail.com",
"url": "https://github.com/smoudjs/playable-scripts/issues"
},
"homepage": "https://github.com/smoudjs/playable-scripts",
"keywords": [
"playable",
"scripts",
"builder",
"playable-ads",
"html5-ads",
"ad-network",
"ad-builder",
"automation",
"interactive-ads",
"ad-optimization",
"ad-script",
"minified-ads",
"mraid",
"vungle",
"applovin",
"google-ads",
"meta-ads",
"unity-ads",
"ironsource",
"chartboost",
"mintegral",
"adcolony",
"tapjoy",
"snapchat-ads",
"tiktok-ads",
"pangle",
"moloco",
"liftoff",
"mytarget",
"javascript",
"typescript",
"webpack",
"cli-tool",
"build-tool"
]
}