-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.02 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.02 KB
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
44
{
"version": "2.0.0",
"description": "🛠️ Codelint cli that escort for our code programming.",
"type": "module",
"scripts": {
"clear": "rimraf node_modules packages/*/node_modules",
"pub": "pnpm -r publish",
"format": "biome format --write .",
"lint": "biome lint .",
"fix": "biome check --write .",
"ci": "biome ci .",
"build": "pnpm -r build",
"dev": "pnpm -r dev",
"clean": "pnpm -r clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gvray/lavy.git"
},
"author": {
"name": "Gavin Ray",
"email": "gavinraydev@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gvray/lavy/issues"
},
"homepage": "https://github.com/gvray/lavy#readme",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^18.15.11",
"copyfiles": "^2.4.1",
"cpy": "^11.1.0",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"mocha": "^10.2.0",
"np": "^7.7.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.2",
"tsup": "^8.5.0",
"tsx": "^4.20.3",
"typescript": "~5.0.3"
}
}