-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.5 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
44
{
"name": "ontotext-yasgui",
"version": "1.3.20",
"description": "Base project of \"ontotext-yasgui-web-component\" component. It holds yasgui source code and ontotext-yasgui-web-component customization project for Ontotext.",
"scripts": {
"install": "sh scripts/install.sh",
"build": "sh scripts/build.sh",
"start": "cd ontotext-yasgui-web-component && npm run start",
"version-all": "sh scripts/version.sh ${ReleaseVersion}",
"publish": "sh scripts/publish.sh ${NPM_TOKEN}",
"clean": "sh scripts/clean.sh",
"lint": "cd ontotext-yasgui-web-component && npm run lint",
"lint:fix": "cd ontotext-yasgui-web-component && npm run lint:fix",
"cy:open": "cypress open",
"cy:open-flaky": "cypress open --config-file cypress-flaky.config.js",
"cy:run": "cypress run",
"cy:run-flaky": "cypress run --config-file cypress-flaky.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ontotext-AD/ontotext-yasgui.git"
},
"keywords": [
"ontotext",
"yasgui",
"ontotext-yasgui"
],
"bugs": {
"url": "https://github.com/Ontotext-AD/ontotext-yasgui/issues"
},
"homepage": "https://github.com/Ontotext-AD/ontotext-yasgui#readme",
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"cypress": "^12.10.0",
"cypress-real-events": "^1.7.6",
"eslint-plugin-cypress": "^2.12.1",
"sonarqube-scanner": "^2.7.0",
"typescript": "^4.9.3"
},
"dependencies": {
"deepmerge": "^4.2.2",
"yarn": "^1.22.22"
}
}