3d-core-raub
Version:
An extensible Node3D core for desktop applications
55 lines (54 loc) • 1 kB
JSON
{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "3d-core-raub",
"version": "5.3.0",
"description": "An extensible Node3D core for desktop applications",
"license": "MIT",
"main": "index.js",
"keywords": [
"core",
"3d",
"node3d",
"opengl",
"webgl",
"glfw",
"graphics",
"gl",
"image"
],
"files": [
"js",
"index.js",
"index.d.ts",
"LICENSE",
"package.json"
],
"engines": {
"node": ">=22.14.0",
"npm": ">=10.9.2"
},
"scripts": {
"eslint": "eslint .",
"test": "node --test --watch",
"test-ci": "node --test"
},
"repository": {
"type": "git",
"url": "https://github.com/node-3d/3d-core-raub.git"
},
"dependencies": {
"addon-tools-raub": "^9.3.0",
"image-raub": "^5.2.0",
"glfw-raub": "^6.4.0",
"webgl-raub": "^5.3.0"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@eslint/js": "^9.20.0",
"@types/three": "0.173.0",
"eslint": "^9.20.1",
"pixelmatch": "^6.0.0",
"three": "0.174.0",
"typescript": "^5.7.3"
}
}