mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
36 lines
954 B
JSON
36 lines
954 B
JSON
{
|
|
"name": "@webinstall/webi-installers",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "webinstall script repository",
|
|
"main": "_webi/",
|
|
"scripts": {
|
|
"fmt": "npm run prettier; npm run shfmt",
|
|
"lint": "npx jshint@2.x -c ./.jshintrc */*.js",
|
|
"prettier": "npx prettier@2.x -w '**/*.{js,md,html}'",
|
|
"shfmt": "shfmt -w -i 4 -sr -ci -s ./",
|
|
"test": "node _webi/test.js ./node/"
|
|
},
|
|
"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"
|
|
}
|
|
}
|