Add ts types and remove package type

pull/77/head
MillenniumEarl 2021-03-08 12:16:15 +01:00
parent c3a75c08e8
commit a787d9a3e5
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
"main": "./app/index.js",
"type": "module",
"main": "./src/index.ts",
"name": "f95api",
"version": "1.9.9",
"author": "Millennium Earl",
"description": "Unofficial Node JS module for scraping F95Zone platform",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/MillenniumEarl/F95API.git"