23 lines
508 B
JSON
Raw Normal View History

2024-03-19 21:53:17 -04:00
{
"name": "@nitrots/camera",
"description": "Nitro camera module",
"version": "1.0.0",
"type": "module",
"license": "GPL-3.0",
"scripts": {
2024-06-25 20:08:59 -04:00
"compile": "tsc --project ./tsconfig.json --noEmit false"
2024-03-19 21:53:17 -04:00
},
"main": "./index",
"dependencies": {
"@nitrots/api": "1.0.0",
2024-04-03 18:25:57 -04:00
"@nitrots/assets": "1.0.0",
2024-03-19 21:53:17 -04:00
"@nitrots/configuration": "1.0.0",
"@nitrots/events": "1.0.0",
"@nitrots/utils": "1.0.0",
2024-07-25 10:36:07 -04:00
"pixi.js": "^8.2.5"
2024-03-19 21:53:17 -04:00
},
"devDependencies": {
2024-07-25 10:36:07 -04:00
"typescript": "~5.5.4"
2024-03-19 21:53:17 -04:00
}
}