-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 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
{
"name": "@jelmore1674/changelog",
"version": "1.3.11",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"lint": "biome lint --error-on-warnings && dprint check",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jelmore1674/changelog.git"
},
"author": "Justin Elmore",
"license": "MIT",
"bugs": {
"url": "https://github.com/jelmore1674/changelog/issues"
},
"homepage": "https://github.com/jelmore1674/changelog#readme",
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"devDependencies": {
"@biomejs/biome": "^2.0.6",
"@types/node": "^22.14.0",
"@types/semver": "^7.7.0",
"dprint": "^0.50.0",
"memfs": "^4.17.0",
"tsup": "^8.4.0",
"typescript": "^5.8.3",
"vitest": "^3.1.1"
},
"dependencies": {
"handlebars": "^4.7.8",
"latest-semver": "^4.0.0",
"semver": "^7.7.1"
}
}