-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.13 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "next-to-ts",
"version": "1.0.5",
"exports": "./dist/index.js",
"type": "module",
"files": [
"dist"
],
"scripts": {
"start": "./dist/index.js"
},
"bin": {
"next-to-ts": "./dist/index.js"
},
"repository": {
"url": "git://github.com/ImBIOS/next-to-ts.git"
},
"author": {
"name": "Imamuzzaki Abu Salam",
"email": "[email protected]",
"url": "https://imam.dev/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ImBIOS/next-to-ts/issues"
},
"homepage": "https://github.com/ImBIOS/next-to-ts#readme",
"description": "Convert a next.js project to typescript in seconds",
"prettier": {
"semi": true,
"singleQuote": true
},
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"execa": "^5.1.1",
"kolorist": "^1.5.0",
"ora": "^6.0.1",
"rec-get-files": "^0.0.7"
},
"keywords": [
"nextjs",
"next",
"typescript",
"ts",
"convertor",
"converter",
"nextjs to typescript",
"migration"
],
"devDependencies": {
"@types/node": "^16.11.3",
"ts-node": "^10.3.1",
"typescript": "^4.4.4"
}
}