deployment-type
Version:
Determine the potential deployment type of a project on Now
31 lines (30 loc) • 566 B
JSON
{
"name": "deployment-type",
"version": "1.0.3",
"description": "Determine the potential deployment type of a project on Now",
"scripts": {
"test": "xo && ava"
},
"main": "lib/index.js",
"repository": "zeit/deployment-type",
"keywords": [
"now",
"platform",
"deploy",
"cloud"
],
"license": "MIT",
"xo": {
"space": true,
"semicolon": false
},
"dependencies": {
"fs-extra": "5.0.0",
"path-exists": "3.0.0",
"path-type": "3.0.0"
},
"devDependencies": {
"ava": "0.25.0",
"xo": "0.18.2"
}
}