-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.08 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "diode-cli",
"version": "0.1.2",
"description": "A WASM-powered local development environment for Laravel.",
"main": "./lib/Diode.js",
"bin": {
"diode": "./bin/diode.js"
},
"engines": {
"node": ">=16.0.0"
},
"type": "module",
"homepage": "https://github.com/aschmelyun/diode",
"bugs": {
"url": "https://github.com/aschmelyun/diode/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/aschmelyun/diode.git"
},
"scripts": {
"test": "echo \"Error: no tests yet :(\" && exit 1"
},
"keywords": [
"laravel",
"wasm",
"php",
"php-wasm",
"webassembly",
"cli",
"local",
"development",
"environment"
],
"author": "aschmelyun",
"license": "MIT",
"dependencies": {
"@php-wasm/node": "^0.2.0",
"arg": "^5.0.2",
"body-parser": "^1.20.2",
"chalk": "^5.2.0",
"express": "^4.18.2",
"ora": "^6.3.1",
"replace-in-file": "^7.0.1"
}
}