UNPKG

@darth-knoppix/gatsby-plugin-amp-light

Version:
53 lines (52 loc) 1.3 kB
{ "name": "@darth-knoppix/gatsby-plugin-amp-light", "version": "1.0.1", "description": "A gatsby plugin for creating AMP pages", "main": "index.js", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git@github.com:Darth-Knoppix/gatsby-plugin-amp-light.git" }, "scripts": { "commit": "npx git-cz", "build": "babel src --out-dir . --ignore '**/*.test.js'", "watch": "babel -w src --out-dir . --ignore '**/*.test.js'", "test": "jest", "semantic-release": "semantic-release" }, "keywords": [ "gatsby", "gatsby-plugin", "amp", "accelerated-mobile-pages" ], "author": "Seth Corker <seth.corker@gmail.com>", "license": "MIT", "devDependencies": { "@babel/cli": "^7.12.8", "@babel/core": "^7.12.9", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/plugin-syntax-jsx": "^7.12.1", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.12.7", "@babel/preset-react": "^7.12.7", "react": "^17.0.1" }, "peerDependencies": { "gatsby": "^2.1.0", "react": "~16 || ~17" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "release": { "branches": [ "main" ] } }