Files
ttl-chat/package.json
AtHeartEngineer 8a0d5a2b14 scaffolding
2023-01-13 03:39:13 +00:00

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"
}
}