-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 987 Bytes
/
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
{
"name": "ts-init",
"version": "0.0.1",
"description": "",
"repository": {
"url": "https://github.com/oathompsonjones/ts-init.git"
},
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": "./build/index.js",
"type": "module",
"scripts": {
"lint": "eslint .",
"test": "vitest run",
"build": "tsc --project tsconfig.build.json",
"start": "node --env-file=.env ."
},
"author": "oathompsonjones",
"license": "MIT",
"devDependencies": {
"@oathompsonjones/eslint-config": "^1.5.5",
"@oathompsonjones/ts-config": "^0.0.35",
"@types/node": "^22.10.10",
"typescript": "^5.7.3",
"vitest": "^3.0.4"
},
"dependencies": {
"simple-node-utils": "^2.2.4"
},
"packageManager": "[email protected]+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
}