-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.33 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "cataniedataload",
"version": "3.2.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "nyc mocha test/*.ts --exit ",
"send": "yarn ts-node src/index.ts",
"coveralls": "yarn run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"nyc": {
"extension": [
".ts",
".tsx"
],
"exclude": [
"**/*.d.ts"
],
"reporter": [
"html"
],
"all": true
},
"author": "Gareth Murphy",
"license": "BSD-2-Clause",
"dependencies": {
"@types/node": "^13.1.0",
"@types/request": "^2.47.1",
"cleanup-dependencies": "0.0.6",
"express": "^4.16.4",
"npm": "^6.4.1",
"nyc": "^15.0.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"requests": "^0.3.0",
"ts-node": "^8.0.2",
"uglify-js": "^3.4.9",
"xmlhttprequest": "^1.8.0",
"yarn": "^1.10.1"
},
"devDependencies": {
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"babel-cli": "^6.26.0",
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"mocha": "^6.0.0",
"mocha-lcov-reporter": "^1.3.0",
"mocha-typescript": "^1.1.17",
"prettier": "^1.14.3",
"source-map-support": "^0.5.8",
"typescript": "^3.1.3"
},
"repository": {
"type": "git",
"url": "[email protected]:datacurationproject/CatanieDataLoad.git"
}
}