react-gpt-ads
Version:
Gpt library for react
48 lines (47 loc) • 1.22 kB
JSON
{
"name": "react-gpt-ads",
"version": "0.5.9-alpha",
"description": "Gpt library for react",
"author": "Gabriell lucas",
"license": "MIT",
"repository": "gabriellluccas/react-gpt-ads",
"main": "dist/index.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"commit": "gitmoji -c",
"publish": "rollup -c && npm publish"
},
"devDependencies": {
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"eslint": "^7.29.0",
"eslint-plugin-react": "^7.24.0",
"gitmoji-cli": "^3.3.1",
"rollup": "^1.29.0",
"rollup-plugin-sass": "^0.9.0",
"rollup-plugin-typescript2": "^0.25.3",
"typescript": "^2.8.3"
},
"files": [
"dist"
],
"keywords": [
"npm",
"typescript",
"react",
"google-publisher-tag",
"gpt",
"googletag",
"ads",
"ad"
]
}