non_npm_packages: 0-vortex/cf-workers-url-shortener, package.json
This data as json
commit | contents | organization | path | repository |
---|---|---|---|---|
496fcde0b7ee71c39c78321e4180ae7a8a19d418 | { "author": "TED Vortex <ted.vortex@gmail.com>", "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "handlebars": "^4.7.7", "handlebars-loader": "^1.7.1" }, "description": "TBD", "devDependencies": { "commitizen": "^4.2.3", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.25.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1", "husky": "^4.3.8", "lint-staged": "^10.5.4" }, "engines": { "node": ">=14", "npm": ">=7" }, "homepage": "https://github.com/0-vortex/workers-url-shortener", "husky": { "hooks": { "post-commit": "git update-index --again", "pre-commit": "lint-staged" } }, "keywords": [ "badges", "badges-markdown", "social", "social-badges", "markdown", "markdown-badges", "github", "cloudflare", "cloudflare-workers" ], "license": "BSD-3-Clause", "main": "src/index.js", "name": "workers-url-shortener", "private": true, "repository": { "type": "git", "url": "git@github.com/0-vortex/workers-url-shortener.git" }, "scripts": { "build": "wrangler build", "deploy": "wrangler publish", "format": "eslint ./src --fix --report-unused-disable-directives", "push": "cz", "start": "wrangler dev", "test": "echo \"Error: no test specified\" && exit 1" }, "version": "2.0.0" } |
0-vortex | package.json | 0-vortex/cf-workers-url-shortener |