-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 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
{
"name": "rhyver",
"version": "2.08.1",
"rhyver": "v2.25Q1.08.1",
"description": "RhyVer combines version tracking with calendar dates (year, quarter, week) to help teams maintain regular release schedules and align software updates with business planning cycles.",
"type": "module",
"moduleResolution": "node",
"main": "index.js",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NewDesignFile/template-spec"
},
"homepage": "https://rhyver.com/",
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"versioning",
"system",
"rhythm",
"rhyver"
],
"author": "@planetabhi",
"license": "MIT",
"files": [
"rhyver.md"
],
"devDependencies": {
"@new-ui/foundations": "^0.3.4",
"@types/node": "^25.0.3",
"commander": "^14.0.2",
"date-fns": "^4.1.0",
"sass-embedded": "^1.97.1",
"ts-node": "^10.9.2",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^7.3.0"
}
}