-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 844 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 844 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
{
"name": "odc-instruments",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.6.3",
"license": "UNLICENSED",
"scripts": {
"format": "prettier --write lib",
"lint": "tsc && eslint --fix lib",
"prepare": "husky"
},
"dependencies": {
"@opendatacapture/runtime-v1": "^1.8.9"
},
"devDependencies": {
"@douglasneuroinformatics/eslint-config": "^6.0.0",
"@douglasneuroinformatics/prettier-config": "^0.3.0",
"@douglasneuroinformatics/tsconfig": "^2.0.0",
"@opendatacapture/serve-instrument": "^0.0.9",
"@types/node": "^22.x",
"eslint": "^9.22.0",
"husky": "^9.1.7",
"prettier": "^3.5.3",
"typescript": "6.0.x"
},
"prettier": "@douglasneuroinformatics/prettier-config",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}