create-stylus-ide 1.0.0 → 1.0.1

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 (1) hide show
  1. package/package.json +16 -16
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "create-stylus-ide",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "The Ultimate Web-Based Development Environment for Arbitrum Stylus Smart Contracts",
5
5
  "main": "cli.js",
6
6
  "bin": {
7
- "stylus-ide": "./cli.js"
7
+ "stylus-ide": "./cli.js"
8
8
  },
9
9
  "scripts": {
10
- "postinstall": "cd frontend && npm install",
11
- "start": "node cli.js",
12
- "dev": "cd frontend && npm run dev",
13
- "setup": "cd frontend && npm run setup",
14
- "check-env": "cd frontend && npm run check-env",
15
- "ml:train": "python ml-training/train_tiny_model.py"
10
+ "postinstall": "cd frontend && npm install",
11
+ "start": "node cli.js",
12
+ "dev": "cd frontend && npm run dev",
13
+ "setup": "cd frontend && npm run setup",
14
+ "check-env": "cd frontend && npm run check-env",
15
+ "ml:train": "python ml-training/train_tiny_model.py"
16
16
  },
17
17
  "files": [
18
- "frontend",
19
- "ml-training",
20
- "cli.js"
18
+ "frontend",
19
+ "ml-training",
20
+ "cli.js"
21
21
  ],
22
22
  "keywords": [
23
- "ide",
24
- "stylus",
25
- "nextjs",
26
- "ml"
23
+ "ide",
24
+ "stylus",
25
+ "nextjs",
26
+ "ml"
27
27
  ],
28
28
  "author": "Aaditya Srivastava",
29
29
  "license": "ISC"
30
- }
30
+ }