mod-info
Version:
Get the latest version update prompt of the node module (npm).
37 lines (36 loc) • 929 B
JSON
{
"name": "mod-info",
"version": "1.0.2",
"description": "Get the latest version update prompt of the node module (npm).",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && esbuild src/* --outdir=dist --platform=node --format=cjs",
"test": "mw test",
"cov": "jest --coverage",
"clean": "rm -rf node_modules/ package-lock.json dist"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/echosoar/mod-info.git"
},
"keywords": [
"npm", "module info"
],
"devDependencies": {
"@midwayjs/cli": "^1.2.93",
"@types/jest": "^27.4.0",
"@types/node": "^10.17.60",
"esbuild": "^0.13.8",
"jest": "^27.4.7",
"typescript": "^4.1.0"
},
"author": "echosoar",
"license": "MIT",
"bugs": {
"url": "https://github.com/echosoar/mod-info/issues"
},
"homepage": "https://github.com/echosoar/mod-info#readme"
}