UNPKG

@plokkke/sw-rune

Version:

Library defining all utils for summoners war rune handling

53 lines (52 loc) 1.49 kB
{ "name": "@plokkke/sw-rune", "private": false, "version": "0.1.3", "description": "Library defining all utils for summoners war rune handling", "author": "Antoine Caron <antoine@crn-tech.fr>", "license": "ISC", "keywords": [ "Summoners", "War", "Rune" ], "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "tsc -p tsconfig.json && tsc-alias -p tsconfig.json", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "produce": "npm run lint && npm run format && npm run build && npm run test:cov", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage" }, "dependencies": { "@plokkke/toolbox": "^0.3.4", "lodash": "^4.17.21" }, "devDependencies": { "@types/jest": "^29.5.2", "@types/lodash": "^4.14.202", "@types/node": "^20.3.1", "@types/supertest": "^2.0.12", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.42.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "jest": "^29.5.0", "prettier": "^3.0.0", "source-map-support": "^0.5.21", "supertest": "^6.3.3", "ts-jest": "^29.1.0", "ts-loader": "^9.4.3", "ts-node": "^10.9.1", "tsc-alias": "^1.8.8", "tsconfig-paths": "^4.2.0", "typescript": "^5.1.3" } }