18 lines
310 B
JSON
18 lines
310 B
JSON
{
|
|
"name": "prismasaservice",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"start": "node ./index.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fastify": "^3.27.4",
|
|
"fastify-cli": "^2.15.0",
|
|
"prismjs": "^1.27.0"
|
|
}
|
|
}
|