File tree Expand file tree Collapse file tree 1 file changed +28
-23
lines changed
Expand file tree Collapse file tree 1 file changed +28
-23
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " @tsukiroku/gist" ,
3- "version" : " 1.0.2" ,
4- "description" : " Asynchronous gist API wrapper" ,
5- "main" : " dist/index.js" ,
6- "scripts" : {
7- "test" : " tsc && node dist/_test.js"
8- },
9- "repository" : {
10- "type" : " git" ,
11- "url" : " git+https://github.com/tsukiroku/gist.git"
12- },
13- "keywords" : [
14- " gist"
15- ],
16- "author" : " tsukiroku" ,
17- "license" : " MIT" ,
18- "bugs" : {
19- "url" : " https://github.com/tsukiroku/gist/issues"
20- },
21- "homepage" : " https://github.com/tsukiroku/gist#readme" ,
22- "dependencies" : {
23- "axios" : " ^0.27.2"
24- }
2+ "name" : " @tsukiroku/gist" ,
3+ "version" : " 1.0.62" ,
4+ "description" : " Asynchronous gist API wrapper" ,
5+ "main" : " dist/index.js" ,
6+ "scripts" : {
7+ "build" : " tsc" ,
8+ "test" : " npm run build && node dist/_test.js"
9+ },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/tsukiroku/gist.git"
13+ },
14+ "keywords" : [
15+ " gist"
16+ ],
17+ "author" : " tsukiroku" ,
18+ "license" : " MIT" ,
19+ "bugs" : {
20+ "url" : " https://github.com/tsukiroku/gist/issues"
21+ },
22+ "homepage" : " https://github.com/tsukiroku/gist#readme" ,
23+ "dependencies" : {
24+ "axios" : " ^0.27.2"
25+ },
26+ "files" : [
27+ " dist/**/*"
28+ ],
29+ "types" : " dist/index.d.ts"
2530}
You can’t perform that action at this time.
0 commit comments