UNPKG

noscrape

Version:
57 lines (56 loc) 1.13 kB
{ "name": "noscrape", "description": "obfuscate your content", "version": "1.0.2", "os": [ "darwin", "linux", "windows" ], "cpu": [ "!mips", "!ia32" ], "author": "Bernhard Schönberger", "type": "commonjs", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/noscrape/noscrape-node.git" }, "keywords": [ "scraping", "noscrape", "crawler", "websecurity", "scrape", "obfuscation", "obfuscate", "defend", "protection" ], "scripts": { "build": "tsc", "test": "jest", "demo": "ts-node example/demo.ts" }, "license": "proprietary", "dependencies": { "lodash": "^4.17.21" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/express": "^4.17.21", "@types/jest": "^29.5.12", "@types/lodash": "^4.17.4", "@types/node": "^20.12.12", "express": "^4.19.2", "globals": "^15.3.0", "jest": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "typescript": "^5.4.5", "typescript-eslint": "^7.11.0" } }