-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.17 KB
/
package.json
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
{
"name": "packages-status",
"version": "1.8.0",
"description": "To Know the status of several packages",
"main": "index.js",
"scripts": {
"are-objects-equals-status": "node ./actions/are-objects-equals",
"get-unique-objects-status": "node ./actions/get-unique-objects",
"map-items-by-key-status": "node ./actions/map-items-by-key ",
"objects-normalizer-status": "node ./actions/objects-normalizer",
"press-f-status": "node ./actions/press-f",
"struct-prototype-status": "node ./actions/struct-prototype",
"vercel-serverless-api-status": "node ./actions/vercel-serverless-api",
"vercel-serverless-api-tests-status": "node ./actions/vercel-serverless-api-tests",
"vercel-serverless-routes-status": "node ./actions/vercel-serverless-routes",
"weather-arg-status": "node ./actions/weather-arg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gastonpereyra/packages-status.git"
},
"author": "Gastón Pereyra",
"license": "ISC",
"bugs": {
"url": "https://github.com/gastonpereyra/packages-status/issues"
},
"homepage": "https://github.com/gastonpereyra/packages-status#readme"
}