2018-03-02 17:19:01 -05:00
|
|
|
{
|
|
|
|
"name": "ts-api-guardian",
|
2021-01-21 14:03:13 -05:00
|
|
|
"version": "0.6.0",
|
2018-03-02 17:19:01 -05:00
|
|
|
"description": "Guards the API of TypeScript libraries!",
|
2018-10-01 19:32:49 -04:00
|
|
|
"main": "lib/main.js",
|
|
|
|
"typings": "lib/main.d.ts",
|
2018-03-02 17:19:01 -05:00
|
|
|
"bin": {
|
|
|
|
"ts-api-guardian": "./bin/ts-api-guardian"
|
|
|
|
},
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2020-05-12 03:19:59 -04:00
|
|
|
"typescript": "~3.9.2"
|
2018-03-02 17:19:01 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"chalk": "^2.3.1",
|
2019-04-09 21:08:13 -04:00
|
|
|
"diff": "^3.5.0",
|
2018-03-02 17:19:01 -05:00
|
|
|
"minimist": "^1.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-08-28 14:04:21 -04:00
|
|
|
"@types/diff": "^3.5.1",
|
2018-10-18 12:58:38 -04:00
|
|
|
"@types/jasmine": "^2.8.8",
|
2018-08-28 14:04:21 -04:00
|
|
|
"@types/minimist": "^1.2.0",
|
2019-04-09 21:08:13 -04:00
|
|
|
"@types/node": "^10.9.4",
|
2018-03-01 13:41:35 -05:00
|
|
|
"jasmine": "^3.1.0",
|
2018-11-14 12:36:59 -05:00
|
|
|
"source-map-support": "^0.5.9",
|
2021-04-05 05:57:24 -04:00
|
|
|
"typescript": "4.2.4"
|
2018-03-02 17:19:01 -05:00
|
|
|
},
|
|
|
|
"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/)",
|
2018-10-01 19:32:49 -04:00
|
|
|
"Victor Savkin <vsavkin@google.com> (https://victorsavkin.com)",
|
|
|
|
"Igor Minar <iminar@google.com> (https://angular.io/)"
|
2018-03-02 17:19:01 -05:00
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2018-03-01 13:41:35 -05:00
|
|
|
"url": "https://github.com/angular/angular/issues"
|
2018-03-02 17:19:01 -05:00
|
|
|
},
|
2021-01-21 13:55:25 -05:00
|
|
|
"homepage": "https://github.com/angular/angular/tools/ts-api-guardian",
|
2021-01-21 15:32:25 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git",
|
|
|
|
"directory": "tools/ts-api-guardian"
|
|
|
|
},
|
2021-01-21 13:55:25 -05:00
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://wombat-dressing-room.appspot.com"
|
|
|
|
}
|
2020-11-04 19:58:29 -05:00
|
|
|
}
|