-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 852 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 852 Bytes
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
{
"name": "@telios/nebula-migrate",
"version": "3.0.6",
"description": "Migration tool for upgrading Nebula Drives between updates with breaking changes",
"main": "index.js",
"scripts": {
"test": "tape tests/*.test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Telios-org/nebula-migrate.git"
},
"author": "hexadecibal",
"license": "MIT",
"bugs": {
"url": "https://github.com/Telios-org/nebula-migrate/issues"
},
"homepage": "https://github.com/Telios-org/nebula-migrate#readme",
"devDependencies": {
"@telios/nebula": "git+https://github.com/Telios-org/nebula",
"tap-spec": "^5.0.0",
"tape": "^5.4.0",
"tape-promise": "^4.0.0"
},
"dependencies": {
"@telios/nebula-old": "git+https://github.com/Telios-org/nebula#v3.4.14",
"luxon": "^3.1.1"
}
}