mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-24 00:10:52 +01:00
22 lines
486 B
JSON
22 lines
486 B
JSON
{
|
|
"name": "@nitrots/sound",
|
|
"description": "Nitro sound module",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"compile": "tsc --project ./tsconfig.json --noEmit false",
|
|
"eslint": "eslint ./src --fix"
|
|
},
|
|
"main": "./index",
|
|
"dependencies": {
|
|
"@nitrots/api": "1.0.0",
|
|
"@nitrots/communication": "1.0.0",
|
|
"@nitrots/eslint-config": "1.0.0",
|
|
"pixi.js": "^8.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~5.4.2"
|
|
}
|
|
}
|