mirror of https://github.com/dapr/quickstarts.git
18 lines
445 B
JSON
18 lines
445 B
JSON
{
|
|
"name": "checkout",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"start:dapr": "dapr run --app-id checkout --app-protocol http --dapr-http-port 3500 --resources-path ../../../components -- npm run start"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@dapr/dapr": "^3.2.0"
|
|
}
|
|
}
|