mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-24 06:38:05 +00:00
20 lines
436 B
JSON
20 lines
436 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",
|
|
"types": "build/index.d.ts",
|
|
"engines": {
|
|
"node": ">=9.5"
|
|
},
|
|
"scripts": {
|
|
"test": "node ./test | tap-spec"
|
|
},
|
|
"devDependencies": {
|
|
"tap-spec": "^5.0.0",
|
|
"tape": "^4.9.1"
|
|
}
|
|
}
|