-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "dependency-drift-tracker",
"version": "0.3.1",
"description": "Track your dependency drift across multiple repositories using libyear.",
"source": "index.html",
"scripts": {
"start": "parcel",
"build": "parcel build",
"test": "NODE_ENV=test mocha tests"
},
"type": "module",
"bin": "./bin/main.js",
"exports": {
".": "./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dependency-Drift-Tracker/dependency-drift-tracker.git"
},
"author": "François de Metz",
"bugs": {
"url": "https://github.com/Dependency-Drift-Tracker/dependency-drift-tracker/issues"
},
"homepage": "https://github.com/Dependency-Drift-Tracker/dependency-drift-tracker#readme",
"license": "GPL-3.0-or-later",
"dependencies": {
"francois-libyear": "^0.8.0",
"p-limit": "^4.0.0",
"preferred-pm": "^3.0.3",
"semver": "^7.5.2",
"simple-git": "^3.19.0"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.9.3",
"bootstrap": "^5.3.0",
"chai": "^5.0.0",
"chart.js": "^4.3.0",
"datatables.net-bs": "^2.0.1",
"mocha": "^10.2.0",
"parcel": "^2.9.3",
"sinon": "^17.0.0"
}
}