43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "ts-api-guardian",
|
|
"version": "0.3.0",
|
|
"description": "Guards the API of TypeScript libraries!",
|
|
"main": "build/lib/main.js",
|
|
"typings": "build/definitions/main.d.ts",
|
|
"bin": {
|
|
"ts-api-guardian": "./bin/ts-api-guardian"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^2.6.1"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.3.1",
|
|
"diff": "^3.4.0",
|
|
"minimist": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"jasmine": "^3.1.0",
|
|
"typescript": "~2.6.2"
|
|
},
|
|
"repository": {},
|
|
"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"
|
|
}
|