26 lines
605 B
JSON
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"
|
|
}
|
|
}
|