apisurf
Version:
Analyze API surface changes between npm package versions to catch breaking changes
39 lines (38 loc) • 801 B
JSON
{
"name": "apisurf",
"version": "1.4.0",
"description": "Analyze API surface changes between npm package versions to catch breaking changes",
"type": "module",
"bin": "lib/index.js",
"exports": {
"./package.json": "./package.json"
},
"files": [
"lib/",
"*.md"
],
"scripts": {
"build": "build-scripts build",
"test": "build-scripts test",
"test:e2e": "build-scripts test --config jest.e2e.config.cjs",
"lint": "build-scripts lint"
},
"keywords": [
"api",
"semver",
"breaking-changes",
"npm",
"cli"
],
"author": "",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.0.0",
"typescript": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"build-scripts": "1.0.0"
}
}