{ "name": "@simaq/core", "version": "1.1.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.5" }, "devDependencies": { "rimraf": "~3.0.2", "typescript": "~4.7.0" } }