{ "name": "@dotstats/common", "version": "0.1.0", "author": "Parity Technologies Ltd. ", "license": "GPL-3.0", "description": "Shared utils and types for backend and frontend", "main": "build/index.js", "types": "build/index.d.ts", "engines": { "node": ">=9.5" }, "scripts": { "test": "echo \"Tests only available from root wrapper\"" } }