mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-22 23:50:52 +01:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "@nitrots/nitro-renderer",
|
|
"description": "Javascript library for rendering Nitro in the browser using PixiJS",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/billsonnn/nitro-renderer.git"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/billsonnn/nitro-renderer/issues"
|
|
},
|
|
"homepage": "https://github.com/billsonnn/nitro-renderer",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"compile": "tsc --project ./tsconfig.json --noEmit false",
|
|
"eslint": "eslint ./src ./packages/*/src",
|
|
"eslint-fix": "eslint ./src --fix"
|
|
|
|
},
|
|
"main": "./index",
|
|
"dependencies": {
|
|
"howler": "^2.2.4",
|
|
"pako": "^2.1.0",
|
|
"pixi-filters": "^6.0.4",
|
|
"pixi.js": "^8.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.5.0",
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
"@types/eslint__js": "^8.42.3",
|
|
"@types/howler": "^2.2.11",
|
|
"@types/node": "^20.14.4",
|
|
"@types/pako": "^2.0.3",
|
|
"eslint": "^9.5.0",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "~5.4.2",
|
|
"typescript-eslint": "^7.13.1",
|
|
"vite": "^5.1.3"
|
|
}
|
|
}
|