-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 868 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 868 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
32
{
"name": "esjs",
"version": "0.0.0",
"description": "JavaScript con sintaxis en Español",
"main": "index.js",
"scripts": {
"build": "pnpm --stream -r run build",
"bump": "/bin/bash scripts/bump.sh",
"release": "/bin/bash scripts/release.sh",
"test": "pnpm --stream -r run test:run",
"sherif": "pnpm dlx sherif@latest --fix",
"format": "pnpm biome format --write .",
"dev:playground": "pnpm --filter @es-js/sandbox dev & pnpm --filter @es-js/playground dev"
},
"author": "Enzo Notario <hi@enzonotario.me>",
"license": "MIT",
"keywords": [
"esjs",
"español",
"javascript"
],
"devDependencies": {
"@biomejs/biome": "1.7.2",
"bumpp": "^9.11.1",
"consola": "^3.4.2",
"globby": "^14.1.0",
"jiti": "^1.21.7",
"pathe": "^1.1.2"
},
"private": true,
"packageManager": "pnpm@9.1.1"
}