generated from samualtnorman/typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.27 KB
/
package.json
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
{
"name": "binmat",
"version": "0.0.3",
"description": "binmat simulator",
"keywords": [
"hackmud",
"binmat"
],
"homepage": "https://github.com/samualtnorman/binmat#readme",
"bugs": {
"url": "https://github.com/samualtnorman/binmat/issues"
},
"license": "MIT",
"author": "Samual Norman <[email protected]> (https://samual.uk/)",
"contributors": [
"Fayti1703 <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/samualtnorman/binmat"
},
"dependencies": {
"@samual/lib": "0.13.0"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@samual/rollup-config": "^0.1.2",
"@total-typescript/ts-reset": "^0.6.1",
"@types/braces": "^3.0.4",
"@types/node": "^18.19.68",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^2.1.8",
"babel-plugin-here": "^1.0.2",
"braces": "^3.0.3",
"hackmud-script-manager": "0.21.1-6eb310a",
"knip": "^5.41.1",
"rollup": "^4.29.0",
"semver": "^7.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"engines": {
"node": "^18.20 || ^20.10 || >=22",
"pnpm": "^9.0.4"
},
"private": true,
"type": "module",
"exports": {
".": "./index.js",
"./*": "./*.js",
"./*.js": "./*.js"
},
"pnpm": {
"patchedDependencies": {
"@types/node": "patches/@types__node.patch"
}
}
}