kaplay-plugin-tiled
Version:
KAPLAY plugin for Tiled maps
102 lines (101 loc) • 2.54 kB
JSON
{
"name": "kaplay-plugin-tiled",
"version": "1.1.2",
"description": "KAPLAY plugin for Tiled maps",
"author": "Mark <mark@remarkablemark.org> (https://remarkablemark.org)",
"main": "./dist/plugin.cjs",
"module": "./dist/plugin.mjs",
"types": "./dist/plugin.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/plugin.d.mts",
"default": "./dist/plugin.mjs"
},
"require": {
"types": "./dist/plugin.d.cts",
"default": "./dist/plugin.cjs"
}
},
"./global": {
"import": {
"types": "./global.d.ts",
"default": "./global.js"
},
"require": {
"types": "./global.d.ts",
"default": "./global.js"
}
}
},
"scripts": {
"build": "vite build",
"clean": "rm -rf coverage dist docs",
"docs": "typedoc",
"docs:watch": "npm run docs -- --watch",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"lint:package": "publint",
"lint:tsc": "tsc",
"prepare": "husky",
"prepublishOnly": "npm run build && npm run lint && npm run lint:tsc && npm run test:ci",
"start": "vite --open",
"test": "vitest run",
"test:ci": "CI=true npm test -- --color",
"test:watch": "vitest --coverage.enabled=false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remarkablegames/kaplay-plugin-tiled.git"
},
"bugs": {
"url": "https://github.com/remarkablegames/kaplay-plugin-tiled/issues"
},
"keywords": [
"kaplay",
"plugin",
"tiled",
"map",
"json",
"game"
],
"peerDependencies": {
"kaplay": "*"
},
"devDependencies": {
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0",
"@eslint/compat": "2.0.3",
"@eslint/js": "10.0.1",
"@types/node": "25.5.0",
"@vitest/coverage-v8": "4.1.0",
"eslint": "10.1.0",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-tsdoc": "0.5.2",
"globals": "17.4.0",
"husky": "9.1.7",
"kaplay": "3001.0.19",
"lint-staged": "16.4.0",
"prettier": "3.8.1",
"publint": "0.3.18",
"typedoc": "0.28.17",
"typescript": "5.9.3",
"typescript-eslint": "8.57.1",
"vite": "8.0.1",
"vite-plugin-dts": "4.5.4",
"vitest": "4.1.0"
},
"files": [
"dist/",
"global.d.ts",
"global.js"
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/remarkablemark"
}
],
"license": "MIT"
}