@reactful/create 0.0.52 → 0.0.54

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -1
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "0.0.52",
3
+ "version": "0.0.54",
4
4
  "main": "index.js",
5
+ "type": "module",
5
6
  "description": "reactful scafold tool",
6
7
  "author": "jonathan de sena ribeiro <jsenaribeiro@gmail.com>",
7
8
  "license": "MIT",
@@ -10,6 +11,7 @@
10
11
  "deploy": "npm publish --access public"
11
12
  },
12
13
  "dependencies": {
14
+ "bun-types": "latest",
13
15
  "inquirer": "^9.2.13",
14
16
  "fs": "^0.0.1-security"
15
17
  }