Files
pezkuwi-telemetry/packages/common/package.json
T
maciejhirsz 4812a5ddce Cleanup
2018-06-27 15:56:32 +02:00

15 lines
355 B
JSON

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