-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsr.json
30 lines (29 loc) · 850 Bytes
/
jsr.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
{
"name": "@koerismo/vtf",
"description": "A javascript IO library for the Valve Texture Format.",
"version": "0.9.1",
"license": "LGPL-3.0-or-later",
"author": "Koerismo",
"repository": { "type": "git", "url": "git+https://github.com/koerismo/vtf-js.git" },
"keywords": [ "source-engine", "vtf", "valve" ],
"exports": {
".": "./src/index.ts",
"./utils": "./src/core/utils.ts",
"./resources": "./src/core/resources.ts"
},
"exclude": ["/", "!src/", "!README.md"],
"devDependencies": {
"npm:@types/node": "^22.10.2",
"jsr:@types/pako": "^2.0.3",
"jsr:@typescript-eslint/eslint-plugin": "^5.62.0",
"jsr:@typescript-eslint/parser": "^5.62.0",
"jsr:eslint": "^8.57.0",
"jsr:mocha": "^10.3.0",
"jsr:sharp": "^0.33.2",
"jsr:typescript": "^5.4.2"
},
"dependencies": {
"npm:dxt-js": "^0.0.3",
"npm:pako": "^2.1.0"
}
}