generated from remarkablemark/jira-dashboard-gadget
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.2 KB
/
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
38
39
{
"name": "issue-formula",
"version": "1.2.8",
"description": "Calculate mathematical formulas with issue data.",
"author": "Mark <mark@remarkablemark.org>",
"scripts": {
"build": "npm run build --workspace=frontend",
"clean": "npm run clean --workspace=frontend",
"deploy": "npm run build && npm test && forge deploy && forge install --upgrade",
"lint": "eslint . && npm run build && npm run lint:forge",
"lint:fix": "eslint . --fix",
"lint:forge": "forge lint",
"lint:tsc": "npm run lint:tsc --workspace=frontend",
"login": "forge login",
"prepare": "husky",
"storybook": "npm run storybook --prefix=src/storybook",
"test": "npm run test:ci --workspace=frontend"
},
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@eslint/compat": "1.2.5",
"@forge/cli": "10.13.4",
"eslint": "9.19.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-simple-import-sort": "12.1.1",
"globals": "15.14.0",
"husky": "9.1.7",
"lint-staged": "15.4.3",
"prettier": "3.4.2"
},
"workspaces": [
"src/backend",
"src/frontend",
"src/storybook"
],
"private": true,
"license": "MIT"
}