1 | {
|
2 | "name": "mod-info",
|
3 | "version": "1.0.1",
|
4 | "description": "Get the latest version update prompt of the node module (npm).",
|
5 | "main": "dist/index.js",
|
6 | "scripts": {
|
7 | "build": "rm -rf dist && esbuild src/* --outdir=dist --platform=node --format=cjs",
|
8 | "test": "mw test",
|
9 | "cov": "jest --coverage",
|
10 | "clean": "rm -rf node_modules/ package-lock.json dist"
|
11 | },
|
12 | "files": [
|
13 | "dist"
|
14 | ],
|
15 | "repository": {
|
16 | "type": "git",
|
17 | "url": "git+https://github.com/echosoar/mod-info.git"
|
18 | },
|
19 | "keywords": [
|
20 | "npm", "module info"
|
21 | ],
|
22 | "devDependencies": {
|
23 | "@midwayjs/cli": "^1.2.93",
|
24 | "@types/jest": "^27.4.0",
|
25 | "@types/node": "^10.17.60",
|
26 | "esbuild": "^0.13.8",
|
27 | "jest": "^27.4.7",
|
28 | "typescript": "^4.1.0"
|
29 | },
|
30 | "author": "echosoar",
|
31 | "license": "MIT",
|
32 | "bugs": {
|
33 | "url": "https://github.com/echosoar/mod-info/issues"
|
34 | },
|
35 | "homepage": "https://github.com/echosoar/mod-info#readme"
|
36 | }
|