-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 917 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 917 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
32
{
"name": "@ninjaninja140/node-ts-template",
"packageManager": "yarn@4.12.0",
"version": "1.0.0",
"repository": "https://github.com/ninjaninja140/templates-node-typescript",
"author": {
"name": "ninjaninja140",
"url": "https://github.com/ninjaninja140"
},
"main": "dist/Entrypoint.mjs",
"scripts": {
"start": "node ./dist/Entrypoint.mjs",
"build": "tsup",
"update": "yarn upgrade-interactive"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@bracketed/tsup-configuration": "^1.0.5",
"@bracketed/typescript-config": "^4.7.1",
"@swc/core": "^1.15.8",
"@types/node": "^25.0.3",
"esbuild": "^0.27.2",
"esbuild-fix-imports-plugin": "^1.0.23",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-plugin-file-path-extensions": "^2.1.4",
"esbuild-plugin-version-injector": "^1.2.1",
"tsc-alias": "^1.8.16",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
}
}