nitro-renderer/packages/api/package.json

23 lines
451 B
JSON
Raw Normal View History

2024-03-20 02:53:17 +01:00
{
"name": "@nitrots/api",
"description": "Nitro api module",
"version": "1.0.0",
"type": "module",
"publishConfig": {
"access": "public"
},
"license": "GPL-3.0",
"scripts": {
"build": "vite build",
"compile": "tsc --project ./tsconfig.json --noEmit false",
"eslint": "eslint ./src --fix"
},
"main": "./index",
"dependencies": {
2024-03-23 15:36:24 +01:00
"pixi.js": "^8.0.4"
2024-03-20 02:53:17 +01:00
},
"devDependencies": {
"typescript": "~5.4.2"
}
}