36 lines
945 B
JSON
36 lines
945 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|