UNPKG

ffxiv-textcommand-data

Version:
83 lines (82 loc) 2.46 kB
{ "name": "ffxiv-textcommand-data", "version": "0.1.2", "description": "Provide FFXIV Text Command Data from NPM Package", "keywords": [ "ffxiv", "final-fantasy-xiv", "text-command", "macro", "dataset" ], "main": "dist/index.js", "module": "dist/index.mjs", "exports": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.js" }, "types": "dist/index.d.ts", "files": [ "dist", "LICENCE", "README.md" ], "scripts": { "build": "yarn tsup --minify", "dev": "yarn tsup --sourcemap", "tsup": "tsup src/index.ts --dts --format cjs,esm --clean --loader \".json=copy\"", "fetch-data": "tsx scripts/fetch-data.ts", "test": "yarn test:text", "test:text": "nyc --reporter=text mocha ./__tests__", "test:html": "nyc --reporter=html mocha ./__tests__", "test:lcov": "nyc --reporter=lcov mocha ./__tests__", "lint": "eslint src/**/*.ts __tests__/**/*.ts", "format": "prettier --write src/**/*.ts __tests__/**/*.ts scripts/**/*.ts ./*.{md,json}" }, "author": { "name": "Maiko Tan", "email": "maiko.tan.coding@gmail.com", "url": "https://github.com/MaikoTan" }, "homepage": "https://github.com/AwesomeHamster/ffxiv-textcommand-data", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/AwesomeHamster/ffxiv-textcommand-data.git" }, "bugs": { "url": "https://github.com/AwesomeHamster/ffxiv-textcommand-data/issues" }, "prettier": "@hamster-bot/prettier-config", "devDependencies": { "@fast-csv/parse": "^4.3.6", "@hamster-bot/eslint-config": "*", "@hamster-bot/prettier-config": "*", "@hamster-bot/tsconfig": "^0.0.2", "@istanbuljs/nyc-config-typescript": "^1.0.2", "@types/chai": "^4.3.3", "@types/mocha": "^9.1.1", "@types/node": "^18.7.11", "@typescript-eslint/eslint-plugin": "^5.34.0", "@typescript-eslint/parser": "^5.34.0", "axios": "^1.1.3", "chai": "^4.3.6", "chai-each": "^0.0.1", "cross-env": "^7.0.3", "eslint": "^8.22.0", "eslint-import-resolver-typescript": "^3.5.0", "fast-glob": "^3.2.11", "mocha": "^10.0.0", "nyc": "^15.1.0", "prettier": "^2.7.1", "source-map-support": "^0.5.21", "tsup": "^8.0.2", "tsx": "^4.7.1", "typescript": "^5.2.2" }, "packageManager": "yarn@3.2.1", "dependencies": { "fastest-levenshtein": "^1.0.16" } }