-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "quickts",
"version": "0.3.0",
"description": "An opinionated but faster modern alternative to tsdx and microbundle",
"main": "src/main.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/scmmishra/qucikts.git"
},
"bin": {
"quickts": "./dist/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Shivam Mishra",
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/node": "^16.4.8",
"@types/node-fetch": "^2.5.12",
"@types/prompts": "^2.0.14",
"@types/sade": "^1.7.3",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"esbuild": "^0.12.17",
"esbuild-node-externals": "^1.3.0",
"eslint": "^7.32.0",
"typescript": "^4.3.5"
},
"dependencies": {
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"fullname": "^4.0.1",
"kolorist": "^1.5.0",
"node-fetch": "^2.6.1",
"ora": "^5.4.1",
"prompts": "^2.4.1",
"sade": "^1.7.4"
}
}