UNPKG

mattress-ipsum

Version:

The most comfortable lorem ipsum generator. Snuggle up!

56 lines (55 loc) 1.54 kB
{ "name": "mattress-ipsum", "version": "1.0.1", "description": "The most comfortable lorem ipsum generator. Snuggle up!", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build:web": "gatsby build", "dev": "gatsby develop", "serve": "gatsby serve", "build": "tsc", "format": "prettier --write src/**/*.{ts,tsx,js,jsx}", "prepare": "npm run build", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/craig1123/mattress-ipsum.git" }, "keywords": [ "mattress", "lorem", "ipsum" ], "author": "Craig Walker", "license": "ISC", "bugs": { "url": "https://github.com/craig1123/mattress-ipsum/issues" }, "homepage": "https://github.com/craig1123/mattress-ipsum#readme", "devDependencies": { "@types/node": "^14.0.13", "@types/react": "^16.9.38", "@types/react-dom": "^16.9.8", "gatsby": "^2.23.10", "gatsby-image": "^2.4.8", "gatsby-plugin-google-analytics": "^2.3.5", "gatsby-plugin-react-helmet": "^3.3.5", "gatsby-plugin-sharp": "^2.6.13", "gatsby-plugin-sitemap": "^2.4.6", "gatsby-source-filesystem": "^2.3.13", "gatsby-transformer-sharp": "^2.5.6", "prettier": "^2.0.5", "react": "^16.13.1", "react-dom": "^16.13.1", "react-helmet": "^6.1.0", "react-recipes": "^1.0.2", "sharp": "^0.25.4", "typescript": "^3.9.5" } }