-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "react-ad-manager",
"version": "1.1.9",
"description": "A React component for Google Ad Manager",
"author": "Armando Tomazzoni Junior",
"license": "MIT",
"repository": "tomattone/react-ad-manager",
"main": "dist/index.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"start": "rollup -c -w --bundleConfigAsCjs",
"commit": "gitmoji -c",
"publish": "rollup -c --bundleConfigAsCjs && npm publish"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.33.2",
"gitmoji-cli": "^8.5.0",
"rollup": "^3.29.1",
"rollup-plugin-sass": "^1.12.20",
"rollup-plugin-typescript2": "^0.35.0",
"typescript": "^5.2.2"
},
"files": [
"dist"
],
"keywords": [
"npm",
"typescript",
"react",
"google-publisher-tag",
"gpt",
"ad-manager",
"ad-manager-360"
]
}