-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 645 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 645 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
{
"name": "@knuckles/analyzer",
"version": "0.14.0",
"description": "Analyze knockout views for issues build-time.",
"type": "module",
"exports": {
".": "./src/index.ts",
"./cli": "./src/cli/cli.ts"
},
"dependencies": {
"@knuckles/config": "workspace:~",
"@knuckles/fabricator": "workspace:~",
"@knuckles/location": "workspace:~",
"@knuckles/parser": "workspace:~",
"@knuckles/syntax-tree": "workspace:~",
"@types/yargs": "^17.0.32",
"chalk": "^5.3.0",
"escape-string-regexp": "^5.0.0",
"winston": "^3.13.0",
"yargs": "^17.7.2"
},
"publishConfig": {
"access": "public"
}
}