-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1009 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1009 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
33
{
"name": "tsprojecttemplate",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest --detectOpenHandles --passWithNoTests",
"watch:ts": "tsc -w",
"watch:node": "nodemon --delay 3 --watch ./dist ./dist/index.js",
"ncu": "ncu -u && rm -fR yarn.lock node_modules && yarn"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrueSoftwareNL/TSProjectTemplate.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TrueSoftwareNL/TSProjectTemplate/issues"
},
"homepage": "https://github.com/TrueSoftwareNL/TSProjectTemplate#readme",
"description": "",
"dependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.15.18",
"jest": "^29.7.0",
"nodemon": "^3.1.10",
"npm-check-updates": "^18.0.1",
"ts-jest": "^29.3.4",
"tslib": "^2.8.1",
"typescript": "^5.8.3"
}
}