Add ts types and remove package type
parent
c3a75c08e8
commit
a787d9a3e5
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"main": "./app/index.js",
|
"main": "./src/index.ts",
|
||||||
"type": "module",
|
|
||||||
"name": "f95api",
|
"name": "f95api",
|
||||||
"version": "1.9.9",
|
"version": "1.9.9",
|
||||||
"author": "Millennium Earl",
|
"author": "Millennium Earl",
|
||||||
"description": "Unofficial Node JS module for scraping F95Zone platform",
|
"description": "Unofficial Node JS module for scraping F95Zone platform",
|
||||||
|
"types": "dist/index.d.ts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/MillenniumEarl/F95API.git"
|
"url": "git+https://github.com/MillenniumEarl/F95API.git"
|
||||||
|
|
Loading…
Reference in New Issue