mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-23 08:00:51 +01:00
23 lines
508 B
JSON
23 lines
508 B
JSON
{
|
|
"name": "@nitrots/camera",
|
|
"description": "Nitro camera module",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"compile": "tsc --project ./tsconfig.json --noEmit false"
|
|
},
|
|
"main": "./index",
|
|
"dependencies": {
|
|
"@nitrots/api": "1.0.0",
|
|
"@nitrots/assets": "1.0.0",
|
|
"@nitrots/configuration": "1.0.0",
|
|
"@nitrots/events": "1.0.0",
|
|
"@nitrots/utils": "1.0.0",
|
|
"pixi.js": "^8.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~5.4.2"
|
|
}
|
|
}
|