We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9326e76 commit 2757db7Copy full SHA for 2757db7
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "wokwi-cli",
3
"version": "0.1.0",
4
- "description": "",
+ "description": "Wokwi Simulator CLI (for CI and local development)",
5
"main": "index.js",
6
"scripts": {
7
"build": "rimraf dist && tsc && node tools/createVersionFile.js",
@@ -12,8 +12,12 @@
12
"prepare": "husky install"
13
},
14
"keywords": [],
15
- "author": "",
+ "author": "Uri Shaked",
16
"license": "ISC",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/wokwi/wokwi-cli"
20
+ },
21
"dependencies": {
22
"@iarna/toml": "2.2.5",
23
"arg": "^5.0.2",
0 commit comments