-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 879 Bytes
/
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
{
"name": "gibi",
"version": "1.0.5",
"description": "Gibi dizisi repliklerini rastgele gösterir.",
"main": "build/index.js",
"bin": "build/index.js",
"scripts": {
"build": "rimraf build && node build.js",
"dev": "nodemon",
"start": "npm run build && node build/index.js"
},
"keywords": [
"gibi",
"yılmaz",
"ilkkan",
"ersoy",
"dizi"
],
"author": "Muhtalip Dede",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.11.10",
"nodemon": "^2.0.20",
"prettier": "2.8.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1"
},
"dependencies": {
"@clack/prompts": "^0.2.0",
"picocolors": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/muhtalipdede/gibi.git"
}
}