-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 866 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 866 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
33
34
35
{
"name": "data-feeds-explorer",
"engines": {
"node": "20"
},
"private": true,
"version": "2.12.3",
"description": "",
"main": "index.js",
"author": "",
"license": "GPL-3.0",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "pnpm m run build",
"test": "pnpm m run test",
"lint": "pnpm m run lint",
"lintfix": "pnpm m run lintfix",
"clean": "pnpm m run clean",
"prepare": "pnpm m run prepare",
"docker:build": "pnpm m run docker:build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-vue": "^9.27.0",
"prettier": "^3.3.3",
"stylelint": "^16.7.0",
"stylelint-config-standard": "^36.0.1"
}
}