-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 KB
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
{
"name": "@smapiot/piral-cli-integration-tests",
"version": "1.0.2",
"description": "Acceptance tests for the `piral-cli` package and bundler plugins.",
"author": "smapiot",
"homepage": "https://piral.io",
"license": "MIT",
"engines": {
"node": ">=16.0"
},
"publishConfig": {
"access": "public"
},
"bin": {
"piral-cli-tests": "./bin/run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smapiot/piral-cli-integration-tests.git"
},
"scripts": {
"start": "jest --maxWorkers=2",
"test": "jest --runInBand",
"check": "tsc --noEmit"
},
"dependencies": {
"@babel/core": "7.23.6",
"@types/jest": "29.5.11",
"axios": "1.6.2",
"babel-jest": "29.7.0",
"expect-playwright": "0.8.0",
"get-port": "5.0.0",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-junit": "16.0.0",
"jest-playwright-preset": "4.0.0",
"playwright-chromium": "1.40.1",
"rimraf": "5.0.5",
"sample-pilet-service": "1.8.3",
"ts-jest": "29.1.1",
"typescript": "5.3.3"
}
}