mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 14:47:28 +00:00
12 lines
140 B
YAML
12 lines
140 B
YAML
|
|
{
|
|
"language": "node_js",
|
|
"node_js": "8",
|
|
"services": [
|
|
"mongodb"
|
|
],
|
|
"script": [
|
|
"npm run build",
|
|
"npm run test"
|
|
]
|
|
} |