-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 839 Bytes
/
package.json
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": "@c-ehrlich/eslint-plugin-use-server",
"version": "0.0.6",
"description": "An ESLint plugin to disallow top-level 'use server' directives",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"eslint",
"eslint-plugin",
"use server",
"rules"
],
"author": {
"name": "Christopher Ehrlich",
"email": "[email protected]",
"url": "https://c-ehrlich.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c-ehrlich/eslint-plugin-use-server.git"
},
"bugs": {
"url": "https://github.com/c-ehrlich/eslint-plugin-use-server/issues"
},
"homepage": "https://github.com/c-ehrlich/eslint-plugin-use-server#readme",
"license": "MIT",
"devDependencies": {
"eslint": "^9.6.0"
}
}