-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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
47
48
49
{
"author": {
"email": "shmueli.yosef@englard.net",
"name": "Shmueli Englard",
"url": "https://shmuelie.englard.net"
},
"bugs": {
"url": "https://github.com/shmuelie/shieldsio-elements/issues"
},
"description": "Custom HTML Elements and helpers for Shields.io",
"devDependencies": {
"@types/simple-icons": "5.21.1",
"esm": "3.2.25",
"gulp": "4.0.2",
"gulp-cli": "2.3.0",
"gulp-rename": "2.0.0",
"gulp-rewrite-imports": "1.1.0",
"gulp-sourcemaps": "3.0.0",
"gulp-terser": "2.1.0",
"gulp-typedoc": "3.0.2",
"gulp-typescript": "5.0.1",
"http-server": "14.1.1",
"jsdom": "24.1.0",
"merge2": "1.4.1",
"rimraf": "6.0.1",
"simple-icons": "13.1.0",
"terser": "5.31.3",
"ts-morph": "23.0.0",
"typedoc": "0.23.28",
"typescript": "5.5.3"
},
"homepage": "https://shmuelie.github.io/shieldsio-elements/",
"license": "MIT",
"main": "./dist/index.min.js",
"name": "shieldsio-elements",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/shmuelie/shieldsio-elements.git"
},
"scripts": {
"build": "gulp build",
"preinstall": "npx -y only-allow pnpm",
"test": "http-server ./ -p 8008"
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "1.1.1"
}