-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.3 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
44
{
"name": "starify-links",
"version": "2.2",
"description": "Add Stars badges to all kinds of links",
"devDependencies": {
"@playwright/test": "^1.56.1",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-typescript": "^12.1.4",
"@types/chrome": "^0.1.24",
"@types/gulp": "^4.0.17",
"@types/gulp-zip": "^4.0.4",
"@types/node": "^24.8.1",
"del": "^4.0.0",
"gulp": "^4.0.0",
"gulp-copy": "^4.0.1",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-zip": "^4.2.0",
"rollup": "^4.52.5",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"test": "npm run build && playwright test",
"test:unit": "npm run build && playwright test --project=unit",
"test:e2e": "npm run build && playwright test --project=e2e",
"test:ui": "npm run build && playwright test --ui",
"test:debug": "npm run build && playwright test --debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itenium-be/github-stars-links.git"
},
"author": "itenium",
"license": "MIT",
"bugs": {
"url": "https://github.com/itenium-be/github-stars-links/issues"
},
"homepage": "https://github.com/itenium-be/github-stars-links#readme",
"dependencies": {
"bootstrap": "^5.3.8"
}
}