UNPKG

@microlink/demo-links

Version:

A set of links used for demo purposes

94 lines 2.37 kB
{ "name": "@microlink/demo-links", "description": "A set of links used for demo purposes", "homepage": "https://github.com/microlinkhq/demo-links", "version": "1.0.18", "main": "readme.json", "author": { "email": "hello@microlink.io", "name": "microlink.io", "url": "https://microlink.io" }, "contributors": [ { "name": "Kiko Beats", "email": "josefrancisco.verdu@gmail.com" }, { "name": "Brad Adams", "email": "hi@breadadams.com" } ], "repository": { "type": "git", "url": "git+https://github.com/microlinkhq/demo-links.git" }, "bugs": { "url": "https://github.com/microlinkhq/demo-links/issues" }, "keywords": [ "demo", "links", "microlink" ], "devDependencies": { "@commitlint/cli": "latest", "@commitlint/config-conventional": "latest", "@kikobeats/jsonsort": "latest", "@ksmithut/prettier-standard": "latest", "ci-publish": "latest", "finepack": "latest", "git-authors-cli": "latest", "git-dirty": "latest", "github-generate-release": "latest", "nano-staged": "latest", "npm-check-updates": "latest", "simple-git-hooks": "latest", "standard": "latest", "standard-markdown": "latest", "standard-version": "latest" }, "engines": { "node": ">= 8" }, "files": [ "readme.json" ], "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "nano-staged": { "*.js": [ "prettier-standard", "standard --fix" ], "*.md": [ "standard-markdown" ], "package.json": [ "finepack" ], "readme.json": [ "jsonsort" ] }, "simple-git-hooks": { "commit-msg": "npx commitlint --edit", "pre-commit": "npx nano-staged" }, "scripts": { "clean": "rm -rf node_modules", "lint": "standard-markdown README.md && standard", "postrelease": "npm run release:tags && npm run release:github && ci-publish --access=public", "prerelease": "npm run update:check", "pretest": "npm run lint", "release": "git-authors-cli && finepack && git add package.json && standard-version -a", "release:github": "github-generate-release", "release:tags": "git push --follow-tags origin HEAD:master", "test": "exit 0", "update": "ncu -u", "update:check": "ncu -- --error-level 2" } }