generated from sonofmagic/monorepo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 964 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
{
"name": "pnpm-turbo-monorepo-template",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"a": "node tests/dir0/test.js"
},
"devDependencies": {
"@icebreakers/eslint-config-ts": "^1.0.2",
"@icebreakers/rollup": "^0.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.28.0",
"mrm": "^4.1.13",
"prettier": "latest",
"rollup": "^3.5.1",
"tslib": "^2.4.1",
"turbo": "latest",
"typescript": "^4.9.3"
},
"engines": {
"node": ">=14.0.0"
},
"packageManager": "pnpm@7.14.1",
"license": "MIT",
"homepage": "https://github.com/sonofmagic/mrm-packages",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonofmagic/mrm-packages.git"
}
}