mirror of https://github.com/dapr/quickstarts.git
22 lines
502 B
JSON
22 lines
502 B
JSON
{
|
|
"name": "crypto-quickstart",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.mjs",
|
|
"start:dapr": "dapr run --app-id crypto-quickstart --dapr-grpc-port 50001 -- npm run start"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@dapr/dapr": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.0.0",
|
|
"eslint": "^8.42.0"
|
|
}
|
|
}
|