-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 KB
/
package.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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@typhonjs-fvtt/types-fvtt-shim",
"version": "0.0.0",
"description": "Provides a shim to namespace the various global Foundry VTT types accessed in TRL.",
"type": "module",
"private": true,
"author": "Michael Leahy <[email protected]> (https://github.com/typhonrt)",
"contributors": [
"Michael Leahy <[email protected]> (https://github.com/typhonrt)"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"sideEffects": [
"./dist/index.d.ts",
"./dist/index.js"
],
"devDependencies": {
"foundry-pf2e": "github:7H3LaughingMan/foundry-pf2e",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/typhonjs-fvtt-lib/types-fvtt-shim#readme",
"keywords": [
"foundry vtt",
"fvtt",
"typhonjs",
"shim"
],
"files": [
"/dist"
],
"directories": {},
"license": "MPL-2.0",
"repository": "github:typhonjs-fvtt-lib/types-fvtt-shim",
"bugs": "https://github.com/typhonjs-fvtt-lib/types-fvtt-shim/issues"
}