-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
37 lines (37 loc) · 886 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "create-esp32-app",
"version": "0.8.2",
"description": "A Simple ESP32 Starter template generator from your command line run",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\"",
"start": "node index.js",
"debug": "node --inspect-brk index.js",
"deploy": "np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mair/create-esp32-app.git"
},
"bin": {
"create-esp32-app": "index.js"
},
"keywords": [
"esp32",
"template",
"starter"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mair/create-esp32-app/issues"
},
"homepage": "https://github.com/Mair/create-esp32-app#readme",
"dependencies": {
"chalk": "^3.0.0",
"inquirer": "^7.0.3",
"inquirer-fuzzy-path": "^2.2.0",
"np": "^7.4.0",
"underscore.template": "^0.1.7"
}
}