{ "name": "@simaq/core", "version": "1.2.0", "main": "dist/index", "types": "dist/index", "files": [ "dist" ], "author": { "name": "gemercheung", "email": "gemercheung@gmail.com", "url": "http://gemer.xyz/" }, "scripts": { "build": "pnpm run clean && pnpm run compile", "clean": "rimraf -rf ./dist", "compile": "tsc -p tsconfig.build.json", "prepublishOnly": "pnpm run build" }, "dependencies": { "eventemitter3": "^4.0.7", "rxjs": "~7.5.7" }, "devDependencies": { "@types/howler": "^2.2.7", "rimraf": "~3.0.2", "typescript": "~4.7.4" } }