generated from digitalservicebund/npm-package-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "@digitalservicebund/icons",
"version": "0.0.0-development",
"description": "icons",
"type": "module",
"exports": {
".": "./index.js",
"./": "./"
},
"types": "./index.d.ts",
"scripts": {
"build": "./build && cp package.json README.md dist",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/digitalservicebund/icons.git"
},
"keywords": [],
"author": "Joschka de Cuveland <[email protected]>",
"contributors": [
"Pram Gurusinga <[email protected]>"
],
"license": "MIT",
"publishConfig": {
"access": "public",
"provenance": true
},
"release": {
"branches": [
"main"
]
},
"homepage": "https://github.com/digitalservicebund/icons#readme",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@mui/icons-material": "*",
"@svgr/cli": "^8.1.0",
"lefthook": "^1.6.18",
"semantic-release": "^24.0.0",
"typescript": "^5.5.2"
}
}