UNPKG

anton-fedosieiev-sdk

Version:
49 lines (48 loc) 1.28 kB
{ "name": "anton-fedosieiev-sdk", "version": "1.0.0", "description": "Simple LOTR SDK", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts|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/anton-fedoseev/anton-fedosieiev-sdk.git" }, "keywords": [ "LOTR", "Lord of the Rings" ], "author": "Anton Fedosieiev", "license": "ISC", "bugs": { "url": "https://github.com/anton-fedoseev/anton-fedosieiev-sd/issues" }, "files": [ "lib/**/*" ], "homepage": "https://github.com/anton-fedoseev/anton-fedosieiev-sd#readme", "devDependencies": { "@types/jest": "^28.1.6", "@types/node-fetch": "^2.6.2", "jest": "^28.1.3", "prettier": "^2.7.1", "ts-jest": "^28.0.7", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.7.4" }, "dependencies": { "node-fetch": "^2.6.7" } }