Files
PrismAsAService/package.json
Tommy Parnell bb34fe4f60 function
2022-03-11 01:34:56 -05:00

26 lines
605 B
JSON

{
"name": "prismasaservice",
"version": "",
"scripts": {
"build": "tsc",
"build:production": "npm run prestart && npm prune --production",
"watch": "tsc --w",
"prestart": "npm run build && func extensions install",
"start:host": "func start",
"start": "npm-run-all --parallel start:host watch",
"test": "echo \"No tests yet...\""
},
"description": "",
"devDependencies": {
"@azure/functions": "^1.0.1-beta1",
"npm-run-all": "^4.1.5",
"typescript": "^3.3.3"
},
"dependencies": {
"prismjs": "^1.27.0"
},
"volta": {
"node": "14.19.0"
}
}