forked from jamilservicos/jamilservices-types-helper
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.27 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
{
"name": "@jamilservices/types-helper",
"version": "1.0.1",
"description": "Personal type validation help module for javascript.",
"main": "src/main.js",
"homepage": "https://github.com/jamilservicos/jamilservices-types-helper/blob/main/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/jamilservicos/jamilservices-types-helper.git"
},
"bugs": {
"url": "https://github.com/jamilservicos/jamilservices-types-helper/issues"
},
"author": "Jamil Serviços <jamilservicos@gmail.com> (https://github.com/jamilservicos)",
"license": "MIT",
"engines": {
"node": ">=20.10.x"
},
"keywords": [
"jamilservicos",
"jamilservices",
"types",
"nodejs",
"javascript",
"types-helper",
"helper"
],
"scripts": {
"docs": "npx jsdoc -c jsdoc.json",
"tests": "node --test --test-reporter spec -r ./test/setup.js ./src/*.spec.js ./src/**/*.spec.js",
"tests:ci": "node --test --test-reporter spec -r ./test/setup.js ./src/*.spec.js ./src/**/*.spec.js",
"examples:all": "node examples/use_cases",
"examples:only-boolean": "node examples/use_cases/only_boolean",
"examples:with-error": "node examples/use_cases/with_error_response"
},
"directories": {
"example": "examples",
"test": "test"
}
}