|
1 | 1 | { |
2 | | - "name": "oh-my-error-monorepo", |
3 | | - "version": "0.0.0", |
| 2 | + "name": "@monorepo/oh-my-error", |
4 | 3 | "private": true, |
5 | | - "description": "", |
6 | | - "main": "index.js", |
7 | 4 | "scripts": { |
8 | | - "dev": "turbo dev", |
9 | | - "build": "turbo build", |
10 | | - "build:npm": "turbo build:npm", |
11 | | - "start": "turbo start", |
| 5 | + "------------------------INSTALLATION-------------------": "", |
| 6 | + "preinstall": "husky init", |
| 7 | + "prepare": "husky", |
| 8 | + "pre": "turbo pre", |
| 9 | + "pre:husky": "git add . && lint-staged", |
| 10 | + "------------------------UTILS--------------------------": "", |
12 | 11 | "lint": "turbo lint", |
13 | 12 | "lint:fix": "turbo lint:fix", |
14 | | - "lint:test": "turbo lint:fix", |
| 13 | + "lint:next": "turbo lint:next", |
| 14 | + "lint:test": "turbo lint:test", |
15 | 15 | "format": "turbo format", |
16 | | - "bench": "turbo bench", |
17 | 16 | "clean": "turbo clean", |
| 17 | + "link-cli": "turbo link-cli", |
| 18 | + "link-cli:dev": "turbo link-cli", |
| 19 | + "unlink-cli:dev": "turbo link-cli", |
| 20 | + "------------------------BUILDS-------------------------": "", |
| 21 | + "dev": "turbo dev", |
| 22 | + "build": "turbo build", |
| 23 | + "build:dev": "turbo build:dev", |
| 24 | + "build:prod": "turbo build:prod", |
| 25 | + "build:npm": "turbo build:npm", |
| 26 | + "------------------------DEPLOYS------------------------": "", |
| 27 | + "start:dev": "turbo start:dev", |
| 28 | + "start:prod": "turbo start:prod", |
18 | 29 | "npm:prepack": "turbo npm:prepack", |
19 | 30 | "npm:postpack": "turbo npm:postpack", |
20 | 31 | "npm:version": "changeset version", |
21 | 32 | "npm:publish": "changeset publish", |
22 | | - "preinstall": "husky init", |
23 | | - "pre": "turbo pre", |
24 | | - "pre:husky": "git add . && lint-staged", |
25 | | - "prepare": "husky", |
26 | | - "test": "turbo test" |
| 33 | + "------------------------TESTS--------------------------": "", |
| 34 | + "test": "turbo test", |
| 35 | + "bench": "turbo bench" |
27 | 36 | }, |
28 | 37 | "devDependencies": { |
29 | 38 | "commitsmile": "^0.6.1", |
|
40 | 49 | "lint-staged": { |
41 | 50 | "*": "" |
42 | 51 | }, |
43 | | - "packageManager": "pnpm@9.4.0" |
| 52 | + "packageManager": "pnpm@9.15.9" |
44 | 53 | } |
0 commit comments