generated from fiquu/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.37 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": "@fiquu/is",
"version": "3.0.2",
"description": "Small check library for Node.js and the browser.",
"main": "lib/index.js",
"scripts": {
"test": "nyc ts-mocha 'tests/**/*.spec.ts'",
"postversion": "git push --follow-tags",
"build": "tsc && npm run docs",
"docs": "typedoc",
"prepack": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fiquu/is.git"
},
"keywords": [
"is",
"value",
"range",
"type",
"check",
"regex",
"uuid",
"jwt",
"email",
"domain",
"json",
"url",
"phone",
"base64"
],
"author": "fiquu (https://github.com/fiquu) <hi@fiquu.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fiquu/is/issues"
},
"homepage": "https://github.com/fiquu/is#readme",
"devDependencies": {
"@fiquu/eslint-config": "^4.0.2",
"@types/chai": "^4.2.16",
"@types/faker": "^5.5.0",
"@types/mocha": "^9.1.1",
"@types/node": "^16.11.34",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"chai": "^4.3.4",
"eslint": "^8.15.0",
"faker": "^5.5.2",
"install": "^0.13.0",
"jsdom": "^19.0.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.7.0",
"typedoc": "^0.22.15",
"typescript": "^4.6.4",
"uuid": "^8.3.2"
}
}