@benhawley7/fut-search
Version:
Module for searching for players in FIFA Ultimate Team CSV Data.
36 lines (35 loc) • 881 B
JSON
{
"name": "@benhawley7/fut-search",
"version": "2.1.2",
"description": "Module for searching for players in FIFA Ultimate Team CSV Data.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "npm run build"
},
"keywords": [
"FUT",
"FIFA",
"Search"
],
"bugs": "https://github.com/benhawley7/fut-search/issues",
"repository": {
"type": "git",
"url": "https://github.com/benhawley7/fut-search.git"
},
"author": "Ben Hawley",
"license": "MIT",
"files": [
"src/**",
"dist/**"
],
"dependencies": {
"@fast-csv/parse": "^4.3.2"
},
"devDependencies": {
"@types/node": "^14.11.1",
"tslint": "^6.1.3",
"typescript": "^4.0.3"
}
}