UNPKG

fortnite-replay-info

Version:
51 lines (50 loc) 1.34 kB
{ "name": "fortnite-replay-info", "version": "1.4.0", "description": "Official Replay Info API JS Wrapper", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/Fortnite-Replay-Info/jswrapper.git" }, "keywords": [ "Replay", "Info", "Fortnite", "API", "Wrapper" ], "author": "Replay Info", "license": "ISC", "bugs": { "url": "https://github.com/Fortnite-Replay-Info/jswrapper/issues" }, "homepage": "https://github.com/Fortnite-Replay-Info/jswrapper#readme", "devDependencies": { "@types/jest": "^27.0.3", "jest": "^27.4.5", "prettier": "^2.5.1", "ts-jest": "^27.1.2", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.5.4" }, "files": [ "lib/**/*" ], "dependencies": { "axios": "^1.1.3" } }