@reactful/create 0.0.105 → 0.1.3

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 +27 -25
package/package.json CHANGED
@@ -1,26 +1,28 @@
1
1
  {
2
- "name": "@reactful/create",
3
- "version": "0.0.105",
4
- "main": "index.js",
5
- "type": "module",
6
- "description": "reactful scafold tool",
7
- "author": "jonathan de sena ribeiro <jsenaribeiro@gmail.com>",
8
- "bin": { "@reactful/create": "index.js" },
9
- "files": [
10
- "index.js",
11
- "package.json",
12
- "templates",
13
- "commons"
14
- ],
15
- "scripts": {
16
- "start": "bun run index.js",
17
- "deploy": "bunx npm-version minor; npm publish --access public"
18
- },
19
- "license": "MIT",
20
- "dependencies": {
21
- "tar": "^6.2.0",
22
- "bun-types": "latest",
23
- "inquirer": "^9.2.13",
24
- "npm-registry-fetch": "^16.1.0"
25
- }
26
- }
2
+ "name": "@reactful/create",
3
+ "version": "0.1.3",
4
+ "main": "index.js",
5
+ "type": "module",
6
+ "description": "reactful scafold tool",
7
+ "author": "jonathan de sena ribeiro <jsenaribeiro@gmail.com>",
8
+ "bin": {
9
+ "@reactful/create": "index.js"
10
+ },
11
+ "files": [
12
+ "index.js",
13
+ "package.json",
14
+ "templates",
15
+ "commons"
16
+ ],
17
+ "scripts": {
18
+ "start": "bun run index.js",
19
+ "deploy": "npm npm-version patch; npm publish --access public"
20
+ },
21
+ "license": "MIT",
22
+ "dependencies": {
23
+ "bun-types": "latest",
24
+ "inquirer": "^9.2.13",
25
+ "npm-registry-fetch": "^16.1.0",
26
+ "tar": "^6.2.0"
27
+ }
28
+ }