ournet.links
Version:
47 lines (46 loc) • 1.22 kB
JSON
{
"name": "ournet.links",
"version": "0.4.41",
"description": "Ournet links",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"pretest": "npm run clean && npm run tsc",
"test": "ava --no-cache --verbose lib/**/*.test.js",
"posttest": "npm run clean-test-code",
"tsc": "tsc",
"tscw": "tsc -w",
"preversion": "npm run tsc",
"postversion": "git push --follow-tags",
"prepublishOnly": "npm run tsc && npm run clean-test-code",
"clean": "rimraf ./lib",
"clean-test-code": "rimraf ./lib/**/*.test.js && rimraf ./lib/**/*.test.d.ts"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ournet/ournet.links.git"
},
"keywords": [
"ournet",
"links",
"sitemap"
],
"author": "Dumitru Cantea",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ournet/ournet.links/issues"
},
"homepage": "https://github.com/Ournet/ournet.links#readme",
"devDependencies": {
"@types/node": "10.12.2",
"ava": "^0.25.0",
"rimraf": "^2.6.2",
"typescript": "3.1.6"
},
"dependencies": {
"urlset": "^0.6.1"
}
}