-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.01 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.01 KB
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
{
"name": "@pfaffle/armada-analyzer",
"version": "0.0.1",
"description": "Analyzes the data from STFC armadas",
"scripts": {
"build": "pnpm -r --parallel run build",
"format": "prettier --write .",
"format:check": "prettier --check .",
"dev": "pnpm -r --parallel run dev",
"lint": "pnpm -r --parallel run lint",
"prepare": "husky install",
"test": "pnpm -r --parallel run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pfaffle/armada-analyzer.git"
},
"author": "Craig Meinschein <cmeinsch@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pfaffle/armada-analyzer/issues"
},
"homepage": "https://github.com/pfaffle/armada-analyzer#readme",
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}