novel-reader-sdk
Version:
SDK for Novel Reader API
37 lines (36 loc) • 819 B
JSON
{
"name": "novel-reader-sdk",
"version": "1.0.7",
"description": "SDK for Novel Reader API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"clean": "rimraf dist",
"prebuild": "npm run clean",
"lint": "eslint src/**/*.ts",
"test": "jest --passWithNoTests",
"prepublishOnly": "npm run build"
},
"keywords": [
"novel",
"reader",
"api",
"sdk"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.15.30",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"typescript": "^5.8.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"rimraf": "^3.0.2"
},
"dependencies": {
"isomorphic-unfetch": "^4.0.2"
}
}