-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.14 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
{
"name": "@gabrielrufino/samplesize",
"version": "1.0.41",
"description": "Package to determine the correct sample size for a survey",
"main": "build/index.js",
"scripts": {
"build": "tsc -d",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"test": "jest",
"test:cov": "npm run test -- --coverage",
"test:mutation": "npx stryker run",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabrielrufino/samplesize.git"
},
"author": "Gabriel Rufino <contato@gabrielrufino.com>",
"funding": "https://github.com/sponsors/gabrielrufino",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/gabrielrufino/samplesize/issues"
},
"homepage": "https://github.com/gabrielrufino/samplesize#readme",
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@stryker-mutator/core": "^6.4.2",
"@stryker-mutator/jest-runner": "^6.4.2",
"@types/jest": "^29.5.14",
"husky": "^9.1.7",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"typescript": "^4.9.5"
}
}