@vladkrutenyuk/three-kvy-core
Version:
DEPRECATED — moved to the 'three-start' package. This library is no longer maintained; please migrate to 'three-start'.
116 lines (115 loc) • 2.79 kB
JSON
{
"name": "@vladkrutenyuk/three-kvy-core",
"version": "2.3.9",
"author": "Vlad Krutenyuk <vladislove2402@gmail.com> (https://x.com/vladkrutenyuk)",
"license": "MIT",
"description": "DEPRECATED — moved to the 'three-start' package. This library is no longer maintained; please migrate to 'three-start'.",
"homepage": "https://three-kvy-core.vladkrutenyuk.ru",
"repository": {
"type": "git",
"url": "https://github.com/vladkrutenyuk/three-kvy-core"
},
"scripts": {
"build:core": "rimraf ./build && rollup -c",
"build:addons": "rimraf ./addons && rollup -c rollup.config.addons.js",
"build": "npm run build:core && npm run build:addons",
"test": "jest"
},
"type": "module",
"main": "./build/kvy.js",
"module": "./build/kvy.js",
"types": "./build/kvy.d.ts",
"exports": {
".": {
"import": "./build/kvy.js",
"types": "./build/kvy.d.ts"
},
"./addons": "./addons/index.js",
"./addons/*": "./addons/*"
},
"files": [
"build",
"addons",
"package.json",
"LICENSE",
"README.md",
"llms.txt"
],
"devDependencies": {
"@dimforge/rapier3d-compat": "^0.14.0",
"@eslint/js": "^9.15.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.14",
"@types/three": "^0.182.0",
"buffer": "^5.5.0||^6.0.0",
"dotenv": "^16.4.7",
"dts-bundle-generator": "^9.5.1",
"eslint": "^9.15.0",
"eventemitter3": "^5.0.1",
"globals": "^15.12.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"process": "^0.11.10",
"rimraf": "^5.0.5",
"rollup": "^4.20.0",
"rollup-plugin-dts": "^6.1.1",
"ssh2-sftp-client": "^12.0.0",
"three": "^0.182.0",
"ts-jest": "^29.2.5",
"tsc-alias": "^1.8.8",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
},
"peerDependencies": {
"@types/three": "^0.182.0",
"eventemitter3": "^5.0.1",
"three": "^0.182.0",
"typescript": "^5.7.2"
},
"peerDependenciesMeta": {
"three": {
"optional": true
},
"typescript": {
"optional": true
},
"@types/three": {
"optional": true
}
},
"keywords": [
"threejs",
"three",
"three.js",
"3d",
"canvas",
"javascript",
"renderer",
"rendering",
"graphics",
"webgl",
"webgl2",
"game",
"core",
"kvy",
"vladkrutenyuk",
"kvyverse",
"webgpu",
"games",
"animation",
"three-kvy-core",
"threekvycore",
"kvycore",
"threecore",
"kvy",
"physics",
"playcanvas",
"playground",
"play"
]
}