UNPKG
@yijie4188/mima
Version:
latest (0.1.0)
0.1.0
A tool for catching public api incompatibility in TypeScript.
@yijie4188/mima
/
package.json
16 lines
(15 loc)
•
305 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"
@yijie4188
/mima"
,
"version"
:
"0.1.0"
,
"description"
:
"A tool for catching public api incompatibility in TypeScript."
,
"main"
:
"./dist/index.js"
,
"author"
:
"yijie"
,
"license"
:
"MIT"
,
"keywords"
: [
"typescript"
,
"api"
,
"incompatibility"
,
"migrate"
,
"bump"
] }