non_npm_packages: 0-vortex/cf-workers-lastfm-shields, package.json
This data as json
| commit | contents | organization | path | repository |
|---|---|---|---|---|
| 08eda6a513a59a68a79ab714d686fd1e53a246f2 | {
"authors": [
"TED Vortex <ted.vortex@gmail.com>"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"description": "Generate last.fm most recently played shields endpoint configuration with Cloudflare Workers in 200+ edge locations",
"devDependencies": {
"commitizen": "^4.2.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"husky": "^4.3.0",
"lint-staged": "^10.5.1"
},
"engines": {
"node": ">=14",
"npm": ">=6"
},
"homepage": "https://github.com/0-vortex/workers-lastfm-shields",
"husky": {
"hooks": {
"post-commit": "git update-index --again",
"pre-commit": "lint-staged"
}
},
"keywords": [
"badges",
"badges-markdown",
"lastfm",
"lastfm-api",
"markdown",
"markdown-badges",
"github",
"readme",
"cloudflare",
"cloudflare-workers",
"shieldsio"
],
"license": "BSD-3-Clause",
"main": "src/index.js",
"name": "workers-lastfm-shields",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com/0-vortex/workers-lastfm-shields.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": "1.0.0"
} |
0-vortex | package.json | 0-vortex/cf-workers-lastfm-shields |