mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-23 16:10:50 +01:00
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "@nitrots/configuration",
|
|
"description": "Nitro configuration 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/utils": "1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~5.4.2"
|
|
}
|
|
}
|