mirror of
https://github.com/AtHeartEngineer/ttl-chat.git
synced 2026-01-10 21:57:59 -05:00
25 lines
514 B
JSON
25 lines
514 B
JSON
{
|
|
"name": "ttl-chat",
|
|
"version": "0.1.0",
|
|
"description": "A simple circuit to prove that a value has been decremented by a certain identifier",
|
|
"scripts": {
|
|
"build": "",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://"
|
|
},
|
|
"keywords": [],
|
|
"author": "AtHeartEngineer",
|
|
"license": "MIT",
|
|
"homepage": "#readme",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"private": true,
|
|
"dependencies": {
|
|
"lerna": "^6.4.1"
|
|
}
|
|
}
|