-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 944 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 944 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
30
31
32
33
34
35
36
37
38
{
"name": "dash-licenses-wrapper",
"version": "1.0.0",
"description": "Node.js wrapper for dash-licenses, that makes it easier to perform license checks for JS/TS Eclipse Foundation projects",
"publishConfig": {
"access": "public"
},
"bin": {
"dash-licenses-wrapper": "src/dash-licenses-wrapper.js"
},
"scripts": {
"test": "mocha --reporter spec"
},
"devDependencies": {
"chai": "^4.3.10",
"mocha": "^10.2.0"
},
"mocha": {
"timeout": 60000
},
"repository": {
"type": "git",
"url": "git+https://github.com/eclipse-dash/nodejs-wrapper.git"
},
"keywords": [
"dash-licenses",
"wrapper",
"license check",
"GitHub workflow",
"Eclipse Foundation"
],
"author": "Ericsson and others",
"license": "EPL-2.0",
"bugs": {
"url": "https://github.com/eclipse-dash/nodejs-wrapper/issues"
},
"homepage": "https://github.com/eclipse-dash/nodejs-wrapper#readme"
}