UNPKG

fncentral-nodejswrapper

Version:
47 lines (46 loc) 1.36 kB
{ "name": "fncentral-nodejswrapper", "version": "1.4.0", "description": "FortniteCentral API Nodejs Wrapper", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "build-watch": "tsc -w", "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/FortniteCodingTools/FNCentral-nodejswrapper.git" }, "keywords": [ "Fortnite", "Central", "FortniteCentral", "Wrapper" ], "author": "FortniteTools : Artlfmj", "license": "ISC", "bugs": { "url": "https://github.com/FortniteCodingTools/FNCentral-nodejswrapper/issues" }, "homepage": "https://github.com/FortniteCodingTools/FNCentral-nodejswrapper#readme", "dependencies": { "axios": "^0.27.2" }, "devDependencies": { "@types/jest": "^28.1.6", "jest": "^28.1.3", "ts-jest": "^28.0.7", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.7.4" } }