-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "angularjs-asp-net48-mvc5",
"version": "1.0.0",
"description": "A project using AngularJS, .NET Framework 4.8, and ASP.NET MVC 5.",
"repository": {
"type": "git",
"url": "https://github.com/xlts-dev/angularjs-asp-net48-mvc5"
},
"author": {
"name": "XLTS.dev",
"email": "[email protected]",
"url": "https://xlts.dev/angularjs"
},
"contributors": [
{
"name": "Jaroslaw Zolnowski",
"email": "[email protected]"
},
{
"name": "Ed Clement",
"email": "[email protected]"
}
],
"license": "MIT",
"scripts": {
"e2e": "playwright test",
"e2e:debug": "playwright test --project chromium --headed",
"prettier": "prettier --write \"**/*.{js,json,css,scss,less,md,ts,html}\"",
"update": "ncu -u",
"switch-to-lts-packages": "npm i --save [email protected]",
"prepare": "npx playwright install"
},
"engines": {
"node": ">=18",
"npm": ">=9"
},
"dependencies": {
"angular": "npm:@xlts.dev/angular@^1.9.3",
"jquery": "^3.6.3"
},
"devDependencies": {
"@playwright/test": "^1.30.0",
"npm-check-updates": "^16.10.12",
"prettier": "^2.8.3"
}
}