genshin-artifact-simulator
Version:
Simulates artifact farming in Genshin Impact.
49 lines (48 loc) • 1.38 kB
JSON
{
"name": "genshin-artifact-simulator",
"description": "Simulates artifact farming in Genshin Impact.",
"keywords": [
"genshin",
"impact",
"artifact",
"farming",
"simulator"
],
"author": "Anthony Frasso <anf4@cornell.edu>",
"repository": {
"type": "git",
"url": "https://github.com/afrasso/genshin-artifact-simulator.git"
},
"version": "0.6.0",
"main": "out/src/index.js",
"types": "out/src/index.d.ts",
"scripts": {
"build": "node ./compileYaml.js && tsc",
"clean": "rimraf ./compiledData & rimraf ./example/compiledData & rimraf ./out",
"lint": "prettier --write ./src && eslint ./src",
"pretest": "npm run lint && npm run clean && npm run build",
"test": "jest"
},
"license": "ISC",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.179",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"js-yaml": "^4.1.0",
"percentile": "^1.6.0",
"prettier": "2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5",
"uuid": "^8.3.2"
}
}