generated from simonecorsi/scdev-npm-ts-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.59 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mongodb-query-validator",
"version": "1.3.0",
"description": "✅ Zero Dependency MongoDB Query Operator Validator",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"build": "tsc",
"test": "tap",
"coverage": "tap --coverage-report=html",
"prepare": "$CI || husky"
},
"keywords": [
"mongodb",
"mongo",
"query",
"validator",
"typescript",
"javascript",
"nodejs",
"md",
"js",
"esnext",
"node",
"npm"
],
"author": "Simone Corsi <simonecorsi.dev@gmail.com>",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@saithodev/semantic-release-backmerge": "^4.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.3",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"@types/tap": "^15.0.11",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"is-ci": "^3.0.0",
"lint-staged": "^15.2.2",
"markdown-toc": "^1.2.0",
"prettier": "^3.2.5",
"tap": "^18.7.2",
"tinybench": "^2.7.0",
"tsx": "^4.7.2",
"typescript": "^5.4.5"
}
}