-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "tajmirul",
"version": "3.2.4",
"description": "A personal card for tajmirul (@tajmirul)",
"main": "build/index.js",
"bin": {
"tajmirul": "./build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tajmirul/npx_card.git"
},
"scripts": {
"dev": "npx ts-node ./src/index.ts",
"start": "node build/index.js",
"build": "rimraf ./build && tsc",
"pub": "npm run build && npm version patch && npm publish"
},
"dependencies": {
"axios": "^1.5.0",
"chalk": "^4.1.0",
"open": "^7.0.4",
"ora": "^5.1.0"
},
"keywords": [
"card",
"npm",
"npm card",
"npx",
"npx card",
"business card"
],
"author": "Tajmirul <tasmirolislam@gmail.com> (https://me.toinfinite.dev/)",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.5.9",
"nodemon": "^3.0.1",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}