-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
36 lines (36 loc) · 867 Bytes
/
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
{
"name": "@cesium133/forgjs",
"version": "1.1.12",
"description": "forgJs is a javascript lightweight object validator.",
"main": "index.js",
"typings": "./index.d.ts",
"directories": {
"test": "test"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.0",
"jest": "^29.3.1"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oussamahamdaoui/forgJs.git"
},
"keywords": [
"javascript",
"object",
"validator",
"light"
],
"author": "Oussama Hamdaoui <oussamahamdaoui@live.fr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oussamahamdaoui/forgJs/issues"
},
"homepage": "https://github.com/oussamahamdaoui/forgJs#readme"
}