mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 12:06:25 +00:00
add package.json
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
node_modules
|
||||
install-*.sh
|
||||
install-*.bat
|
||||
|
||||
@@ -44,8 +44,14 @@ You just fill in the blanks.
|
||||
|
||||
Just create an empty directory and run the tests until you get a good result.
|
||||
|
||||
```bash
|
||||
git clone git@github.com:webinstall/packages.git
|
||||
pushd packages
|
||||
```
|
||||
|
||||
```bash
|
||||
mkdir -p new-package
|
||||
npm install
|
||||
node _webi/test.js ./new-package/
|
||||
```
|
||||
|
||||
|
||||
Generated
+13
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "@webinstall/packages",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@root/request": {
|
||||
"version": "1.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@root/request/-/request-1.6.1.tgz",
|
||||
"integrity": "sha512-8wrWyeBLRp7T8J36GkT3RODJ6zYmL0/maWlAUD5LOXT28D3TDquUepyYDKYANNA3Gc8R5ZCgf+AXvSTYpJEWwQ=="
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "@webinstall/packages",
|
||||
"version": "0.1.0",
|
||||
"description": "webinstall script repository",
|
||||
"main": "_webi/",
|
||||
"scripts": {
|
||||
"test": "node _webi/test.js ./node/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/webinstall/packages.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/packages/issues"
|
||||
},
|
||||
"homepage": "https://github.com/webinstall/packages#readme",
|
||||
"dependencies": {
|
||||
"@root/request": "^1.6.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user