-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 726 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 726 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
{
"name": "@peter-evans/string-utilities",
"version": "0.1.0",
"description": "String utilities",
"main": "src/index.js",
"scripts": {
"test": "nyc mocha --reporter nyan",
"mutate": "./node_modules/.bin/stryker run",
"coverage": "nyc report --reporter=lcov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peter-evans/mutation-testing.git"
},
"author": "Peter Evans",
"license": "MIT",
"devDependencies": {
"@stryker-mutator/core": "5.6.1",
"@stryker-mutator/javascript-mutator": "4.0.0",
"@stryker-mutator/mocha-framework": "4.0.0",
"@stryker-mutator/mocha-runner": "5.6.1",
"coveralls": "3.1.1",
"mocha": "11.7.5",
"nyc": "17.0.0"
}
}