-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "formscrm",
"version": "1.0.0",
"description": "Plugin for connection forms.",
"directories": {
"test": "tests"
},
"private": true,
"scripts": {
"wp-env": "wp-env",
"setup:tools": "npm run wp-env run composer install",
"test": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/formscrm/phpunit.xml.dist'",
"test:e2e": "npx playwright test",
"test:wpe2e": "npx playwright test --config tests/e2e/playwright.config.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/closemarketing/formscrm.git"
},
"author": "David Pérez",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/closemarketing/formscrm/issues"
},
"homepage": "https://github.com/closemarketing/formscrm#readme",
"dependencies": {
"@wordpress/env": "^5.13.0",
"csv-parse": "^5.4.0"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@types/node": "^20.4.1",
"@wordpress/e2e-test-utils-playwright": "^0.3.0"
}
}