-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.5 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ts-devscript",
"description": "Simple development script to make working with TypeScript projects easy.",
"version": "3.0.7",
"main": "index.js",
"repository": "git@github.com:Timeraa/DevScript.git",
"author": "Timeraa",
"contributors": [
"Bas950",
"TheDropX"
],
"license": "MPL-2.0",
"scripts": {
"build": "rimraf bin && tsc"
},
"files": [
"bin/*"
],
"bin": {
"devScript": "bin/index.js"
},
"keywords": [
"typescript",
"dev",
"autorestart"
],
"homepage": "https://github.com/Timeraa/DevScript#readme",
"bugs": {
"url": "https://github.com/Timeraa/DevScript/issues"
},
"funding": {
"type": "patreon",
"url": "https://patreon.com/Timeraa"
},
"dependencies": {
"@yarnpkg/parsers": "^3.0.0-rc.18",
"autopm": "^1.3.1",
"chalk": "^5.0.0",
"chokidar": "^3.5.3",
"command-line-args": "^5.2.1",
"compare-versions": "^5.0.1",
"debug": "^4.3.4",
"displayastree": "^2.0.0",
"fast-glob": "^3.2.11",
"fs-extra": "^11.0.0",
"inquirer": "^9.0.0",
"leasot": "^13.0.0",
"ora": "^6.0.0",
"source-map-support": "^0.5.21",
"tree-kill": "^1.2.2",
"typescript": "^4.8.2"
},
"devDependencies": {
"@types/command-line-args": "^5.2.0",
"@types/debug": "^4.1.7",
"@types/fs-extra": "^11.0.0",
"@types/inquirer": "^9.0.0",
"@types/node": "^18.0.0",
"@types/source-map-support": "^0.5.6",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "^8.23.0",
"rimraf": "^4.0.0"
},
"packageManager": "yarn@3.4.1"
}