Files
PrismAsAService/package.json
Tommy Parnell dd4c0b5cf5 init
2022-03-10 20:55:37 -05:00

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"
}
}