-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 927 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
37
38
39
40
41
42
43
{
"name": "@yunseorim1116/npm-pack-count",
"version": "0.1.9",
"license": "MIT",
"description": "npm-pack-count",
"author": "seorimYoon",
"keywords": [
"npm",
"package",
"count",
"promise",
"node"
],
"publishConfig": {
"access": "public"
},
"contributors": [
"Lukas.J.Han <[email protected]>"
],
"homepage": "https://github.com/tree-s-computer/npm-pack-count",
"bugs": {
"url": "https://github.com/tree-s-computer/npm-pack-count/issues",
"email": "[email protected]"
},
"main": "dist/index.js",
"scripts": {
"build": "lerna run build --stream",
"test": "vitest",
"format": "prettier --write ."
},
"dependencies": {
"axios": "^1.6.7"
},
"devDependencies": {
"tsup": "^8.0.2",
"ts-node": "^10.9.1",
"lerna": "^8.1.8",
"prettier": "3.2.5",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"vitest": "^1.4.0"
}
}