-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 675 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "sand4rt",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/sand4rt/playwright-ct-angular.git"
},
"bugs": {
"url": "https://github.com/sand4rt/playwright-ct-angular/issues"
},
"homepage": "https://github.com/sand4rt/playwright-ct-angular#readme",
"engines": {
"node": ">=22.18.0",
"pnpm": ">=10.18.2"
},
"scripts": {
"test": "pnpm --stream -r test",
"build": "pnpm --stream -r build",
"release": "pnpm --stream -r release",
"playwright:version": "node -e \"console.log(require('./playwright-ct-angular/package.json').dependencies['@playwright/experimental-ct-core'])\""
}
}