-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.41 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@nik3iw/tsconfig",
"version": "1.1.2",
"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public",
"provenance": true
},
"author": "Nik3iw",
"description": "Shareable TypeScript Config",
"keywords": [
"TypeScript",
"Config"
],
"homepage": "https://github.com/Nik3iw/typescript-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Nik3iw/typescript-config.git"
},
"bugs": {
"url": "https://github.com/Nik3iw/typescript-config/issues"
},
"main": "index.js",
"files": [
"tsconfig.astro.json",
"tsconfig.base.json",
"tsconfig.browser.json",
"tsconfig.node.json",
"tsconfig.react.json",
"tsconfig.solid.json",
"tsconfig.vue.json"
],
"scripts": {
"test": "test",
"release": "semantic-release",
"release:dry": "semantic-release --dry-run"
},
"peerDependencies": {
"typescript": ">=6.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^7.0.0",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^11.0.1",
"@semantic-release/github": "^12.0.9",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.1",
"@types/node": "^26.1.2",
"conventional-changelog-conventionalcommits": "^10.2.1",
"prettier": "^3.9.6",
"semantic-release": "^25.0.9",
"typescript": "~6.0.3"
}
}