๐Ÿ“ฆ antongolub / credebug

๐Ÿ“„ package.json ยท 32 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32{
  "name": "credebug",
  "version": "1.1.0",
  "description": "CLI to check if some credential value is defined or not. Not safe for production usage",
  "main": "./src/main/js/cli.min.js",
  "bin": {
    "credebug": "./src/main/js/cli.min.js"
  },
  "scripts": {
    "test": "npm_config_yes=true npx c8 node src/test/js/cli.test.js && npm_config_yes=true npx c8 report -r lcov",
    "build": "npm_config_yes=true npx terser ./src/main/js/cli.js -o ./src/main/js/cli.min.js --compress --mangle"
  },
  "files": [
    "src/main/js/cli.min.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antongolub/credebug.git"
  },
  "keywords": [
    "credentials",
    "creds",
    "debug"
  ],
  "author": "Anton Golub <antongolub@antongolub.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/antongolub/credebug/issues"
  },
  "homepage": "https://github.com/antongolub/credebug#readme"
}