-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1006 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
37
38
{
"name": "we-plugin-search",
"description": "We.js plugin for automaticaly parse query params to database search",
"version": "3.0.1",
"homepage": "https://wejs.org",
"main": "plugin.js",
"scripts": {
"test": "NODE_ENV=test LOG_LV=info ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js -b ",
"coverage": "NODE_ENV=test LOG_LV=info nyc ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js -b"
},
"devDependencies": {
"connect-sqlite3": "^0.9.11",
"fs-extra": "^9.0.0",
"mocha": "^7.1.1",
"nyc": "^15.0.1",
"sqlite3": "^4.1.1",
"supertest": "^4.0.2",
"we-core": "^3.1.10",
"ncp": "^2.0.0",
"rimraf": "^3.0.2",
"we-test-tools": "1.0.0"
},
"repository": "wejs/we-plugin-search",
"author": "Alberto Souza <[email protected]>",
"license": "MIT",
"keywords": [
"wejs-plugin",
"search"
],
"engines": {
"node": ">=6.0.0"
},
"wejs": {
"plugins": {
"we-plugin-post": true
}
}
}