-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 960 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 960 Bytes
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
{
"name": "@dogu-utils/monorepo",
"version": "0.0.1",
"description": "A utility library for TypeScript, JavaScript",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pnpm -F dogu-utils build",
"publish": "pnpm -F dogu-utils publish",
"docs:start": "pnpm -F dogu-utils-docs start"
},
"keywords": [],
"author": "Jeon Jaewon <wksk3249@gmail.com>",
"repository": "https://github.com/JeonJaewon/dogu-utils.git",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^11.1.6",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"tslib": "^2.6.2",
"typescript": "5.6.3"
},
"packageManager": "pnpm@9.0.6"
}