generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
19 lines (19 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "filament-json-field",
"version": "1.0.0",
"description": "[](https://packagist.org/packages/codebar-ag/filament-json-field) [](https://github.com/codebar-ag/filament-json-field/actions?query=workflow%3Arun-tests+branch%3Amain) [](https://github.com/codebar-ag/filament-json-field/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain) [](https://packagist.org/packages/codebar-ag/filament-json-field)",
"type": "module",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"codemirror": "^5.65.16",
"esbuild": "^0.25.0"
}
}