-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.save..json
More file actions
31 lines (31 loc) · 849 Bytes
/
package.save..json
File metadata and controls
31 lines (31 loc) · 849 Bytes
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
{
"name": "@rogerpence/rp-utils",
"version": "1.0.20",
"type": "module",
"main": "./src/index.js",
"exports": {
".": "./src/index.ts",
"./console": "./src/console.ts",
"./date": "./src/date.ts",
"./filesystem": "./src/filesystem.ts",
"./markdown": "./src/markdown.ts",
"./math": "./src/math.ts",
"./objects": "./src/objects.ts",
"./string": "./src/string.ts"
},
"scripts": {
"docs": "typedoc --out ./docs --darkHighlightTheme github-dark",
"run-tests": "vitest run",
"watch-tests": "vitest"
},
"files": ["src"],
"dependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.19.1",
"ansis": "^4.2.0",
"js-yaml": "^4.1.1"
},
"devDependencies": {
"zod": "^4.1.12"
}
}