-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 942 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
33
34
35
36
37
{
"name": "@linkurious/eslint-config-ogma",
"version": "1.0.16",
"description": "ESLint config for Ogma projects",
"main": "index.js",
"scripts": {
"postversion": "sync_versions",
"test:unit": "echo \"Error: no test specified\"",
"test": "eslint index.js",
"bump:patch": "npm version patch --no-git-tag-version"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "^7.0.0",
"prettier": "3.4.2"
},
"publishConfig": {
"access": "public"
},
"eslintConfig": {
"extends": "./index.js"
},
"files": [
"index.js"
],
"keywords": [],
"author": "Linkurious SAS",
"license": "Apache-2.0",
"devDependencies": {
"@linkurious/code-tools": "^0.0.14"
}
}