forked from DataTables/SearchBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.43 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
{
"name": "datatables.net-searchbuilder",
"version": "1.1.0",
"description": "Advanced Search Builder for DataTables",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./src/*.ts --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DataTables/SearchBuilder.git"
},
"author": "SpryMedia ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/DataTables/SearchBuilder/issues"
},
"homepage": "https://github.com/DataTables/SearchBuilder#readme",
"dependencies": {
"@types/datatables.net": "^1.10.19",
"@types/datatables.net-buttons": "^1.4.5",
"@types/datatables.net-select": "^1.2.6",
"datatables.net-datetime": "1.0.2",
"rollup": "^2.48.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/jquery": "^3.5.5",
"@types/node": "^15.3.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@typescript-eslint/typescript-estree": "^4.24.0",
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsdoc": "^34.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-typescript-sort-keys": "^1.6.0",
"typescript": "^4.2.4"
}
}