UNPKG

1.04 kBJSONView Raw
1{
2 "name": "blocksmc",
3 "version": "3.6.5",
4 "description": "BlocksMC Scrapper & Wrapper",
5 "main": "dist/index.js",
6 "types": "typings/index.d.ts",
7 "repository": "https://github.com/Abady321x123/blocksmc",
8 "author": "Abady <gamersspeaks@gmail.com>",
9 "license": "Apache-2.0",
10 "private": false,
11 "keywords": [
12 "scrapper",
13 "blocksmc",
14 "minecraft"
15 ],
16 "homepage": "https://github.com/Abady321x123/blocksmc#readme",
17 "bugs": {
18 "url": "https://github.com/Abady321x123/blocksmc/issues"
19 },
20 "scripts": {
21 "prepublishOnly": "yarn build",
22 "build": "tsc",
23 "lint": "eslint src --ext .ts",
24 "test": "node --trace-warnings tests/test.js"
25 },
26 "dependencies": {
27 "cheerio": "^1.0.0-rc.3",
28 "node-fetch": "^2.6.0"
29 },
30 "devDependencies": {
31 "@types/cheerio": "^0.22.11",
32 "@types/node-fetch": "^2.3.7",
33 "@typescript-eslint/eslint-plugin": "^2.0.0",
34 "@typescript-eslint/parser": "^2.0.0",
35 "eslint": "^6.2.1",
36 "eslint-config-marine": "^5.0.0",
37 "typescript": "^3.5.2"
38 },
39 "eslintConfig": {
40 "extends": "marine/node"
41 }
42}