browser/external/raylib-cpp-4.5.1/package.json

36 lines
945 B
JSON
Raw Permalink Normal View History

2023-09-27 15:02:24 -04:00
{
"name": "raylib-cpp",
"version": "4.5.1",
"description": "raylib-cpp: C++ Object-Oriented Wrapper for raylib",
"main": "index.js",
"private": true,
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"scripts": {
"prebuild": "cmake -S . -B build",
"build": "cmake --build build",
"test": "build/tests/raylib_cpp_test",
"pretest": "npm run build",
"deploy": "gh-pages -d docs",
"predeploy": "npm run docs",
"docs": "doxygen projects/Doxygen/Doxyfile",
"predocs": "git submodule update --init"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobLoach/raylib-cpp.git"
},
"author": "Rob Loach (https://robloach.net)",
"license": "Zlib",
"bugs": {
"url": "https://github.com/RobLoach/raylib-cpp/issues"
},
"homepage": "https://github.com/RobLoach/raylib-cpp#readme",
"devDependencies": {
"gh-pages": "^4.0.0"
}
}