semver-min
Version:
minified semver
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "semver-min",
"version": "0.7.2",
"description": "minified semver",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"types": "./esm/index.d.ts",
"scripts": {
"build": "rollup --silent -c",
"prepack": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ghnacker/semver-min.git"
},
"author": {
"name": "Satoshi Nakagawa",
"email": "ghnacker@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ghnacker/semver-min/issues"
},
"homepage": "https://github.com/ghnacker/semver-min#readme",
"dependencies": {
"@types/semver": "^7.3.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@wessberg/rollup-plugin-ts": "^1.3.7",
"rollup": "^2.33.1",
"rollup-plugin-terser": "^7.0.2",
"semver": "^7.3.2",
"typescript": "^4.0.5"
},
"files": [
"{esm,cjs,umd}/index.js",
"esm/index.d.ts"
]
}