-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 960 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": "we-plugin-d-form",
"description": "We.js dynamic forms plugin",
"version": "3.0.1",
"main": "plugin.js",
"scripts": {
"test": "NODE_ENV=test LOG_LV=info ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js",
"coverage": "NODE_ENV=test LOG_LV=info nyc ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js -b"
},
"dependencies": {},
"devDependencies": {
"connect-sqlite3": "^0.9.11",
"fs-extra": "^8.1.0",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"sqlite3": "^4.1.1",
"mysql2": "^2.1.0",
"rimraf": "^3.0.0",
"supertest": "^4.0.2",
"we-core": "^3.0.0",
"we-test-tools": "^1.0.0"
},
"author": "Alberto Souza <[email protected]>",
"license": "MIT",
"repository": "wejs/we-plugin-d-form",
"keywords": [
"wejs-plugin"
],
"wejs": {
"dependencies": {
"we-plugin-user": true,
"we-plugin-view": true,
"we-plugin-csv": true
}
}
}