-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.04 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.04 KB
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
{
"name": "auto-change-description",
"version": "1.0.7",
"description": "JSON Auto Change Description",
"homepage": "https://github.com/cope/auto-change-description#readme",
"author": "Predrag Stojadinovic <predrag@stojadinovic.net>",
"license": "UNLICENSED",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/cope/auto-change-description.git"
},
"bugs": {
"url": "https://github.com/cope/auto-change-description/issues"
},
"scripts": {
"test": "nyc --reporter=lcov --reporter=html mocha",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
"sonar": "sonarjs -e .sonarlint/**,node_modules/**,coverage/**,.nyc_output/**",
"up": "yarn upgrade-interactive",
"latest": "yarn upgrade-interactive --latest"
},
"dependencies": {
"deep-diff": "^1.0.2",
"deep-equal": "^2.0.5",
"json-circular-stringify": "^1.0.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"chai": "^4.3.6",
"coveralls": "^3.1.1",
"mocha": "^9.2.1",
"nyc": "^15.1.0",
"sonarjs": "^1.0.0"
}
}