non_npm_packages: 0-vortex/rss-feed-parser, package.json
This data as json
| commit | contents | organization | path | repository |
|---|---|---|---|---|
| 7aee1e365142bbdd27be2b4d8db359563f8a9465 | {
"author": "TED Vortex <ted.vortex@gmail.com>",
"bugs": {
"url": "https://github.com/0-vortex/rss-feed-parser/issues"
},
"dependencies": {
"@antfu/utils": "^0.5.0",
"@supabase/supabase-js": "^1.30.3",
"cfonts": "^2.10.0",
"chalk": "^5.0.0",
"octokit": "^1.7.1"
},
"description": "Experimenting with RSS parsing my network feed",
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-syntax-import-assertions": "^7.16.7",
"@open-sauced/check-engines": "^1.2.0",
"@open-sauced/conventional-commit": "^1.0.1",
"dotenv": "^16.0.0",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4"
},
"engines": {
"node": ">=16",
"npm": ">=8"
},
"homepage": "https://github.com/0-vortex/rss-feed-parser#readme",
"keywords": [],
"license": "MIT",
"main": "src/index.js",
"name": "rss-feed-parser",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/0-vortex/rss-feed-parser.git"
},
"scripts": {
"db": "supabase",
"db:changes": "npm run db -- db changes",
"db:commit": "npm run db -- db commit -- ",
"db:push": "npm run db -- db push",
"db:reset": "npm run db -- db reset",
"db:start": "npm run db -- start",
"db:stop": "npm run db -- stop",
"format": "npm run lint -- --fix",
"lint": "eslint --report-unused-disable-directives .",
"push": "npx @open-sauced/conventional-commit",
"start": "node --experimental-json-modules ./src",
"start:dev": "node --experimental-json-modules -r dotenv/config ./src"
},
"type": "module",
"version": "1.3.3"
} |
0-vortex | package.json | 0-vortex/rss-feed-parser |