-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 651 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 651 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
{
"name": "@knuckles/typescript",
"version": "0.14.0",
"description": "Type-checking for bindings in knockout views.",
"type": "module",
"exports": {
".": "./src/index.ts",
"./analyzer": "./src/analyzer.ts",
"./types": {
"types": "./types/index.d.ts"
}
},
"dependencies": {
"@knuckles/fabricator": "workspace:~",
"@knuckles/location": "workspace:~",
"@knuckles/syntax-tree": "workspace:~",
"ts-morph": "^22.0.0"
},
"devDependencies": {
"@knuckles/analyzer": "workspace:~",
"@knuckles/parser": "workspace:~",
"knockout": "3.5.1"
},
"publishConfig": {
"access": "public"
}
}