-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 965 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 965 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
34
35
36
37
{
"name": "@kaplay/ldtk",
"version": "1.0.0",
"type": "module",
"description": "LDTK Support For The KAPLAY Game Library",
"main": "./dist/plugin.umd.cjs",
"module": "./dist/plugin.js",
"types": "./dist/plugin.d.ts",
"exports": {
".": {
"types": "./dist/plugin.d.ts",
"import": "./dist/plugin.js",
"require": "./dist/plugin.umd.cjs"
}
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist/",
"README.md"
],
"keywords": [],
"author": "KAPLAY Team",
"license": "MIT",
"dependencies": {
"kaplay": "4000.0.0-alpha.20"
},
"devDependencies": {
"@types/node": "^22.10.5",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.4.0"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}