forked from CAMeL-Lab/palmyra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 900 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
35
36
37
{
"name": "palmyra",
"version": "2.4.0",
"description": "PALMYRA is a configurable platform independent graphical dependency tree visualization and editing software",
"source": "index.html",
"scripts": {
"test": "jest",
"start": "parcel",
"build": "parcel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CAMeL-Lab/palmyra.git"
},
"author": "CAMel-Lab",
"license": "ISC",
"bugs": {
"url": "https://github.com/CAMeL-Lab/palmyra/issues"
},
"homepage": "https://github.com/CAMeL-Lab/palmyra#readme",
"devDependencies": {
"d3": "^3.5.6",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.1.2",
"parcel": "^2.7.0",
"puppeteer": "^19.4.1"
},
"jest": {
"setupFiles": [
"./browserMocks.js"
],
"testEnvironment": "jest-environment-jsdom"
},
"dependencies": {
"jquery": "^3.6.1"
}
}