{ "name": "glossi_steamtweaks", "version": "0.0.0", "type": "module", "scripts": { "clean": "npx rimraf dist .rollup.tscache tsconfig.tsbuildinfo ", "build": "npx rollup -c rollup.config.js", "build:clean": "npm run clean && npm run build" }, "author": "Peter Repukat - FlatspotSoftware", "license": "Apache-2.0", "devDependencies": { "@rollup/plugin-typescript": "^11.0.0", "@typescript-eslint/eslint-plugin": "^5.49.0", "@typescript-eslint/parser": "^5.49.0", "eslint": "^8.33.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-no-null": "^1.0.2", "eslint-plugin-prefer-arrow": "^1.2.3", "rollup": "^3.12.0", "typescript": "^4.9.4" }, "dependencies": { "rimraf": "^4.1.2" } }