-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "typescript-template",
"version": "0.0.0",
"description": "remember to update urls in this file",
"keywords": [],
"homepage": "https://github.com/samualtnorman/typescript-template#readme",
"bugs": {
"url": "https://github.com/samualtnorman/typescript-template/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "Samual Norman <[email protected]> (https://samual.uk/)",
"repository": "github:samualtnorman/typescript-template",
"type": "module",
"exports": {
".": "./index.js",
"./*": "./*.js",
"./*.js": "./*.js"
},
"dependencies": {
"@samual/lib": "~0.13.0"
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.25.9",
"@rollup/plugin-babel": "^6.0.4",
"@samual/rollup-config": "^0.1.2",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^18.19.67",
"@types/semver": "^7.5.8",
"babel-plugin-here": "^1.0.2",
"rollup": "^4.28.0",
"semver": "^7.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.7"
},
"engines": {
"node": "^18.20 || ^20.10 || >=22",
"pnpm": "^9"
},
"private": true
}