non_npm_packages: 0-vortex/twitch-changelog-parser, package.json
This data as json
| commit | contents | organization | path | repository |
|---|---|---|---|---|
| 1a3a7190acfb9706b9c000d693195467e8dcef93 | {
"author": "TED Vortex <ted.vortex@gmail.com>",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"axios": "^0.21.1",
"node-html-parser": "^3.3.6"
},
"description": "This project aims to deobfuscate most commercially-available obfuscators for JavaScript and check them for malware.",
"devDependencies": {
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"husky": "^7.0.0",
"lint-staged": "^11.0.0"
},
"engines": {
"node": ">=15",
"npm": ">=7"
},
"homepage": "https://github.com/0-vortex/twitch-changelog-parser#readme",
"keywords": [],
"license": "UNLICENSED",
"main": "src/main.js",
"name": "twitch-changelog-parser",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/0-vortex/twitch-changelog-parser.git"
},
"scripts": {
"format": "eslint ./src --fix --report-unused-disable-directives",
"prepare": "husky install",
"push": "cz",
"start": "node ./src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.2.0"
} |
0-vortex | package.json | 0-vortex/twitch-changelog-parser |