kwrd
Version:
+/- Keyword matching tool for sneaker bots
51 lines • 1.27 kB
JSON
{
"name": "kwrd",
"description": "+/- Keyword matching tool for sneaker bots",
"version": "1.0.2",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"repository": {
"type": "git",
"url": "https://github.com/alii/kwrd"
},
"author": "Alistair Smith <hi@alistair.sh>",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/alii"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"eslint": "^8.1.0",
"eslint-config-xo": "^0.39.0",
"eslint-config-xo-typescript": "^0.47.1",
"prettier": "^2.4.1",
"ts-node": "^10.4.0",
"tsup": "^5.6.0",
"typescript": "^4.4.4"
},
"scripts": {
"build": "tsup src/index.ts --dts --format esm,cjs",
"lint": "eslint ./src/**/*.ts",
"fix": "eslint ./src/**/*.ts --fix",
"release": "yarn build&&yarn npm publish"
},
"bugs": {
"url": "https://github.com/alii/kwrd/issues"
},
"homepage": "https://github.com/alii/kwrd#readme",
"files": [
"dist",
"package.json"
],
"keywords": [
"sneaker",
"bots",
"keyword",
"array"
],
"packageManager": "yarn@3.1.0"
}