-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 807 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 807 Bytes
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
{
"name": "angularnettutotial",
"version": "1.0.0",
"description": "This repository demonstrates the **Client, API Resource, and Token Service (CAT)** pattern using Angular and .NET technologies.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/workcontrolgit/AngularNetTutorial.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/workcontrolgit/AngularNetTutorial/issues"
},
"homepage": "https://github.com/workcontrolgit/AngularNetTutorial#readme",
"workspaces": [
"Tests/AngularNetTutorial-Playwright"
],
"devDependencies": {
"@playwright/test": "1.59.1",
"playwright": "1.59.1",
"@types/node": "^25.4.0"
}
}