-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.68 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.68 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
56
57
58
59
60
61
62
{
"name": "@rljson/template-project",
"version": "0.0.17",
"description": "Rljson template-project description",
"homepage": "https://github.com/rljson/template-project",
"bugs": "https://github.com/rljson/template-project/issues",
"private": false,
"license": "MIT",
"engines": {
"node": ">=22.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rljson/template-project.git"
},
"main": "dist/template-project.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"type": "module",
"scripts": {
"build": "pnpx vite build && tsc && node scripts/copy-readme-to-dist.js",
"test": "pnpx vitest run --coverage && pnpm run lint",
"prebuild": "npm run test",
"prepublishOnly": "npm run build",
"lint": "pnpx eslint",
"updateGoldens": "cross-env UPDATE_GOLDENS=true pnpm test"
},
"devDependencies": {
"@types/node": "^22.15.17",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@vitest/coverage-v8": "^3.1.3",
"cross-env": "^7.0.3",
"eslint": "^9.26.0",
"eslint-plugin-jsdoc": "^50.6.14",
"eslint-plugin-tsdoc": "^0.4.0",
"globals": "^16.1.0",
"jsdoc": "^4.0.4",
"read-pkg": "^9.0.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.32.1",
"vite": "^6.3.5",
"vite-node": "^3.1.3",
"vite-plugin-dts": "^4.5.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.3",
"vitest-dom": "^0.1.1"
},
"dependencies": {
"@rljson/hash": "^0.0.15",
"@rljson/json": "^0.0.21",
"@rljson/rljson": "^0.0.50"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"packageManager": "pnpm@10.11.0"
}