mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 17:21:01 +00:00
Reorganized repo using yarn and workspaces
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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": "src/index.ts",
|
||||
"engines": {
|
||||
"node": ">=9.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Tests only available from root wrapper\""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user