-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 955 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
{
"name": "treeche-monorepo-root",
"version": "0.1.8",
"description": "Tree-Shakable checker for you JavaScript/TypeScript application",
"main": "lib/main.js",
"bin": "lib/main.js",
"type": "module",
"scripts": {
"build": "pnpm --filter '*' build",
"build:check": "pnpm --filter '*' build:check",
"publish-modules": "pnpm --filter '*' publish-module",
"test": "pnpm --filter ./packages/tests test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shinyaigeek/treeche.git"
},
"keywords": ["tree-shake", "bundler", "rollup", "bundle size", "side effect", "performance"],
"author": "@Shinyaigeek/Shinobu Hayashi",
"license": "MIT",
"bugs": {
"url": "https://github.com/Shinyaigeek/treeche/issues"
},
"homepage": "https://github.com/Shinyaigeek/treeche#readme",
"devDependencies": {
"@types/node": "^17.0.21",
"typescript": "^4.6.2"
},
"packageManager": "pnpm@7.1.9"
}