54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "ts-api-guardian",
|
|
"version": "0.6.0",
|
|
"description": "Guards the API of TypeScript libraries!",
|
|
"main": "lib/main.js",
|
|
"typings": "lib/main.d.ts",
|
|
"bin": {
|
|
"ts-api-guardian": "./bin/ts-api-guardian"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "~3.9.2"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"diff": "^5.0.0",
|
|
"minimist": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/diff": "^5.0.0",
|
|
"@types/jasmine": "^3.0.0",
|
|
"@types/minimist": "^1.2.0",
|
|
"@types/node": "^10.9.4",
|
|
"jasmine": "^3.1.0",
|
|
"source-map-support": "^0.5.9",
|
|
"typescript": "4.3.4"
|
|
},
|
|
"keywords": [
|
|
"typescript"
|
|
],
|
|
"contributors": [
|
|
"Alan Agius <alan.agius4@gmail.com> (https://github.com/alan-agius4/)",
|
|
"Alex Eagle <alexeagle@google.com> (https://angular.io/)",
|
|
"Martin Probst <martinprobst@google.com> (https://angular.io/)",
|
|
"Victor Savkin <vsavkin@google.com> (https://victorsavkin.com)",
|
|
"Igor Minar <iminar@google.com> (https://angular.io/)"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angular/angular/issues"
|
|
},
|
|
"homepage": "https://github.com/angular/angular/tools/ts-api-guardian",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git",
|
|
"directory": "tools/ts-api-guardian"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://wombat-dressing-room.appspot.com"
|
|
}
|
|
}
|