-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.06 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
{
"name": "tracelinkexplainer",
"version": "1.0.0",
"description": "An experiment designed to explore the different forms of explaining the ontology between two traced artifacts.",
"main": "index.js",
"scripts": {
"fend": "cd fend && npm start",
"fend-test": "cd fend && npm run test",
"fend-lint": "cd fend && npm run lint",
"bend": "cd bend && ./start.sh",
"bend-test": "cd bend && ./test.sh",
"bend-lint": "cd bend && npm run lint",
"start": "concurrently \"npm run bend\" \"npm run fend\"",
"lint": "concurrently \"npm run bend-lint\" \"npm run fend-lint\"",
"test": "npm run bend-test && npm run fend-test",
"install-project": "python3 install.py"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thearod5/TraceLinkExplainer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thearod5/TraceLinkExplainer/issues"
},
"homepage": "https://github.com/thearod5/TraceLinkExplainer#readme",
"dependencies": {},
"devDependencies": {
"concurrently": "^5.3.0"
}
}