UNPKG

crunchyroll-js-api

Version:
55 lines (54 loc) 1.87 kB
{ "name": "crunchyroll-js-api", "license": "Apache-2.0", "description": "JavaScript API consumer for crunchyroll", "homepage": "https://github.com/ediaz23/crunchyroll_js_api", "types": "./dist/types/index.d.ts", "version": "1.5.0", "scripts": { "play": "node --experimental-specifier-resolution=node main.js", "lint": "npx eslint --ext .js ./", "test": "node --experimental-vm-modules --experimental-specifier-resolution=node ./node_modules/.bin/jest --runInBand", "mock": "node --experimental-specifier-resolution=node createMockData.js", "pack": "NODE_COMPILING=true webpack --config webpack.config.js", "types": "npx tsc", "build": "npm run types && npm run pack" }, "engines": { "node": ">=18.20.2" }, "engineStrict": true, "keywords": [ "crunchyroll", "anime", "api" ], "author": "Esteban Díaz <esteban.diazt23@gmail.com>", "repository": { "type": "git", "url": "https://github.com/ediaz23/crunchyroll_js_api" }, "exports": { "development": "./dist/crunchyroll-js-api.debug.js", "production": "./dist/crunchyroll-js-api.min.js", "default": "./dist/crunchyroll-js-api.min.js" }, "devDependencies": { "@eslint/js": "^9.30.1", "@types/node": "^18.19.115", "copy-webpack-plugin": "^13.0.0", "eslint": "^9.30.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-n": "^17.21.0", "form-data": "^4.0.3", "globals": "^16.3.0", "jest": "^30.0.4", "node-fetch": "^3.3.2", "terser-webpack-plugin": "^5.3.14", "typescript": "^5.8.3", "webpack": "^5.100.0", "webpack-cli": "^6.0.1", "webpack-conditional-loader": "^1.0.12" }, "type": "module" }