-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (33 loc) · 962 Bytes
/
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
29
30
31
32
33
34
{
"name": "sustainable-communities-tracker",
"version": "1.0.0",
"description": "sustainable open source and open science project study ",
"main": "index.js",
"scripts": {
"test": "mocha",
"testSingle" : "mocha ./test/testSingleMethods.js",
"localMethods" : "./src/localMethods/localMethods.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yochannah/sustainable-communities-tracker.git"
},
"author": "Yo Yehudi",
"license": "MIT",
"bugs": {
"url": "https://github.com/yochannah/sustainable-communities-tracker/issues"
},
"homepage": "https://github.com/yochannah/sustainable-communities-tracker#readme",
"dependencies": {
"@octokit/core": "^3.5.1",
"@octokit/plugin-throttling": "^3.5.2",
"luxon": "^3.1.0",
"objects-to-csv": "^1.3.6",
"parse-link-header": "^1.0.1",
"path": "^0.12.7",
"yargs": "^17.0.1"
},
"devDependencies": {
"mocha": "^8.3.2"
}
}