UNPKG

gatsby-plugin-iubenda-cookie-footer

Version:
33 lines (32 loc) 1.09 kB
{ "name": "gtm-test", "version": "1.0.0", "private": true, "description": "gtm-test", "author": "Stefano Magni", "keywords": [ "gatsby" ], "scripts": { "develop": "gatsby develop", "start": "gatsby develop", "build": "gatsby build", "serve": "gatsby serve", "clean": "gatsby clean", "cy:open": "cypress open", "plugin:link": "rm -f ./node_modules/gatsby-plugin-iubenda-cookie-footer && ln -s ../../../ ./node_modules/gatsby-plugin-iubenda-cookie-footer", "plugin:copy": "mkdir -p plugins/gatsby-plugin-iubenda-cookie-footer && \\cp ../../{gatsby-browser.js,gatsby-ssr.js,package.json} plugins/gatsby-plugin-iubenda-cookie-footer/", "test": "npm install && npm run plugin:link && npm run build && npm run cy:start-server-and-test", "cy:start-server-and-test": "npx start-server-and-test serve :9000 cy:run", "cy:run": "cypress run" }, "dependencies": { "gatsby": "^5.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "cypress": "7.6.0", "start-server-and-test": "1.12.6" } }