UNPKG

crunchyroll-js-api

Version:
51 lines (50 loc) 1.71 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.4.3", "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" }, "dependencies": {}, "devDependencies": { "copy-webpack-plugin": "^11.0.0", "eslint": "^8.34.0", "form-data": "^4.0.0", "jest": "^29.4.2", "node-fetch": "^3.3.0", "terser-webpack-plugin": "^5.3.10", "typescript": "^5.3.3", "webpack": "^5.90.3", "webpack-cli": "^5.1.4", "webpack-conditional-loader": "^1.0.12" }, "type": "module" }