create-ton 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +2 -1
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # npm create ton
2
+
3
+ This is an entry point script for the Blueprint development tool
4
+
5
+ For README please go to https://github.com/ton-community/blueprint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ton",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "license": "MIT",
5
5
  "description": "Tool to quickly create TON projects",
6
6
  "author": "TonTech",
@@ -25,6 +25,7 @@
25
25
  "typescript": "^4.9.5"
26
26
  },
27
27
  "dependencies": {
28
+ "chalk": "^4.1.0",
28
29
  "fs-extra": "^11.1.0",
29
30
  "inquirer": "^8.0.0"
30
31
  }