forked from oussamahamdaoui/forgJs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
{
"name": "@cesium133/forgjs",
"version": "1.1.10",
"description": "forgJs is a javascript lightweight object validator. Go check the Quick start section and start coding with love",
"main": "index.js",
"typings": "./index.d.ts",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"codecov": "^3.1.0",
"esdoc-node-require": "^1.0.4",
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.0",
"jest": "^24.8.0",
"jest-junit": "^6.4.0",
"twit": "^2.2.11",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-node": "^1.0.4",
"esdoc-standard-plugin": "^1.0.0"
},
"scripts": {
"test": "jest",
"lint": "./node_modules/.bin/eslint src/** test/** --format junit -o reports/junit/js-lint-results.xml",
"codecov": "codecov",
"tweet": "node twiterBotTaskRunner",
"build-doc": "esdoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oussamahamdaoui/forgJs.git"
},
"keywords": [
"javascript",
"object",
"validator",
"light"
],
"author": "Oussama Hamdaoui <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oussamahamdaoui/forgJs/issues"
},
"homepage": "https://github.com/oussamahamdaoui/forgJs#readme"
}