simple-hosts
Version:
Simple functions to manipulate hosts file contents
31 lines (30 loc) • 712 B
JSON
{
"name": "simple-hosts",
"version": "1.2.3",
"description": "Simple functions to manipulate hosts file contents",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "cd test && mocha",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maixuanhan/simple-hosts.git"
},
"keywords": [
"hosts"
],
"author": "Han Mai",
"license": "MIT",
"bugs": {
"url": "https://github.com/maixuanhan/simple-hosts/issues"
},
"homepage": "https://github.com/maixuanhan/simple-hosts#readme",
"devDependencies": {
"@types/node": "^14.14.6",
"chai": "^4.2.0",
"mocha": "^7.1.1",
"typescript": "^4.0.5"
}
}