-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
45
46
{
"name": "source-licenser",
"version": "2.0.5",
"private": false,
"description": "Add license information to source files.",
"keywords": [
"Pryv",
"Licenser",
"License"
],
"homepage": "https://github.com/pryv/source-licenser#readme",
"bugs": {
"url": "https://github.com/pryv/source-licenser/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pryv/source-licenser.git"
},
"license": "BSD-3-Clause",
"author": "Pryv S.A <[email protected]> (https://pryv.com)",
"bin": {
"source-licenser": "bin/source-licenser"
},
"scripts": {
"license-me": "./bin/source-licenser -c ./config/licenser-config.yml ./",
"test": "semistandard && mocha",
"test-cover": "nyc npm run test"
},
"dependencies": {
"chalk": "^4.1.2",
"fast-glob": "^3.2.11",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"nconf": "^0.12.0",
"sort-package-json": "^1.57.0",
"yargs": "^17.4.1"
},
"devDependencies": {
"fs-extra": "^10.1.0",
"mocha": "^9.2.2",
"nixt": "^0.5.1",
"nyc": "^15.1.0",
"semistandard": "^16.0.1",
"tmp-promise": "^3.0.3"
}
}