-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.48 KB
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
{
"name": "rb2-migration",
"version": "1.0.0",
"description": "node scripts for migrating data from redbox 1.x to 2.0",
"main": "src/migrate.js",
"repository": "https://code.research.uts.edu.au/eresearch/rb2-migrate",
"scripts": {
"test": "mocha -r ts-node/register src/**/*spec.ts",
"compile": "node_modules/.bin/tsc --project tsconfig.json"
},
"keywords": [
"redbox",
"opendata",
"migration"
],
"author": "Mike Lynch <mike@mikelynch.org> (http://mikelynch.org)",
"license": "GPL-3.0",
"dependencies": {
"@types/argparse": "^1.0.33",
"@types/chai": "^4.1.3",
"@types/config": "0.0.34",
"@types/fs-extra": "^5.0.2",
"@types/mocha": "^5.2.0",
"@types/qs": "^6.5.1",
"@types/request": "^2.47.0",
"@types/request-promise": "^4.1.41",
"@types/winston": "^2.3.9",
"argparse": "^1.0.10",
"aws-sign2": "^0.7.0",
"axios": "^0.18.0",
"axios-debug": "0.0.4",
"axios-debug-log": "^0.4.0",
"chai": "^4.1.2",
"cli-spinner": "^0.2.8",
"config": "^1.30.0",
"csv-stringify": "^3.1.1",
"fs-extra": "^6.0.1",
"fs-extra-cli": "0.0.4",
"humanname": "^0.2.2",
"lodash": "^4.17.10",
"mocha": "^5.1.1",
"moment": "^2.23.0",
"parse-domain": "^2.1.7",
"qs": "^6.5.2",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"striptags": "^3.1.1",
"ts-node": "^6.0.3",
"typescript": "^2.8.3",
"winston": "^3.0.0"
},
"devDependencies": {
"ts-node": "^6.2.0"
}
}