@platformos/pos-cli
Version:
Manage your platformOS application
86 lines (85 loc) • 1.99 kB
JSON
{
"name": "degit",
"version": "2.8.0",
"engines": {
"node": ">=8.0.0"
},
"description": "Straightforward project scaffolding",
"main": "index.js",
"bin": {
"degit": "bin.js"
},
"scripts": {
"lint": "eslint .",
"dev": "npm run build -- --watch",
"build": "rollup -c",
"test": "mocha",
"pretest": "npm run build",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rich-Harris/degit.git"
},
"keywords": [
"scaffolding",
"template",
"git"
],
"author": "Rich Harris",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rich-Harris/degit/issues"
},
"homepage": "https://github.com/Rich-Harris/degit#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"chalk": "3.0.0",
"enquirer": "2.3.4",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-import": "2.20.1",
"fuzzysearch": "1.0.3",
"home-or-tmp": "3.0.0",
"https-proxy-agent": "4.0.0",
"husky": "4.2.1",
"lint-staged": "10.0.7",
"mocha": "7.0.1",
"mri": "1.1.4",
"prettier": "1.19.1",
"rimraf": "3.0.1",
"rollup": "1.31.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-typescript": "1.0.1",
"sander": "0.6.0",
"source-map-support": "0.5.16",
"tar": "6.0.1",
"tiny-glob": "0.2.6",
"typescript": "3.7.5"
},
"files": [
"index.js",
"bin.js",
"help.md",
"dist"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js}": [
"eslint --fix",
"git add"
],
"*.{js, json, yml, md}": [
"prettier --write",
"git add"
]
}
,"_resolved": "https://registry.npmjs.org/degit/-/degit-2.8.0.tgz"
,"_integrity": "sha512-nxQr1Ep4NSGDIqQ3HSMNgnPYaxPfPhHdrpgSNO2EczO86zN7NJJ1i/59GM25vgC45ANQUazZ/3Z+iyeZCmGwhg=="
,"_from": "degit@2.8.0"
}