Files
vim-ale/package.json
2023-10-12 02:34:41 +00:00

39 lines
1.2 KiB
JSON

{
"name": "@webinstall/webi-installers",
"private": true,
"version": "1.0.1",
"description": "webinstall script repository",
"main": "_webi/",
"scripts": {
"fmt": "npm run prettier && npm run shfmt",
"lint": "npm run shellcheck && npm run jshint",
"test": "node _webi/test.js ./node/",
"----": "------------------------------------",
"jshint": "npx -p jshint@2.x -- jshint -c ./.jshintrc --exclude 'node_modules/**/*' */*.js */*/*.js",
"prettier": "npx -p prettier@3.x -- prettier -w '**/*.{js,md,html}'",
"shellcheck": "shellcheck -s sh -S style --exclude=SC2154,SC2034 */*.sh",
"shfmt": "shfmt -w -i 4 -sr -ci -s ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webinstall/webi-installers.git"
},
"keywords": [
"webinstall",
"brew",
"apt",
"chocolately"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/webinstall/webi-installers/issues"
},
"homepage": "https://github.com/webinstall/webi-installers#readme",
"dependencies": {
"@root/request": "^1.9.2",
"dotenv": "^8.2.0",
"marked": "^4.1.1"
}
}