-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 873 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 873 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
{
"name": "carbon.fileloader",
"description": "Dependencies for Carbon.FileLoader",
"license": "GPL-3.0-or-later",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/CarbonPackages/Carbon.FileLoader.git"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@prettier/plugin-php": "^0.24.0",
"esbuild": "^0.27.4",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"typescript-eslint": "^8.57.0"
},
"scripts": {
"build": "node build.mjs",
"watch": "node build.mjs --watch",
"start": "pnpm build"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}