-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.02 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
{
"@comment": "This file was generated from /Users/franklovecchio/Dropbox/_software/github/tsapporg/ts-npm/npm*.ts .",
"dependencies": {
"ts-command-line-args": "2.5.1",
"glob": "10.3.10",
"ts-deepmerge": "6.2.0",
"tslib": "2.4.0",
"typescript": "5.2.2"
},
"devDependencies": {
"typescript": "5.2.2",
"@types/node": "18.16.0",
"ts-node": "10.9.1",
"tslib": "2.4.0",
"shx": "0.3.4",
"del": "5.0.0",
"cross-env": "5.2.1",
"concurrently": "7.5.0",
"nodemon": "2.0.20",
"onchange": "7.1.0",
"esbuild": "0.16.7",
"@types/glob": "8.1.0"
},
"name": "ts-npm",
"version": "0.0.0",
"description": "Manage package.json files in Typescript npm*.ts files.",
"repository": {
"type": "git",
"url": "https://github.com/tsapporg/ts-npm"
},
"private": false,
"license": "MIT",
"type": "module",
"scripts": {},
"bin": {
"ts-npm": "./ts-npm.sh"
},
"files": [
"./src/",
"./dist/",
"./ts-npm.sh",
"./tsconfig.json",
"./config/"
]
}