@makepad/school-names-turkey
Version:
A npm module that scrapes all the school names from turkish education ministry's page
55 lines (54 loc) • 2.3 kB
JSON
{
"name": "@makepad/school-names-turkey",
"version": "1.0.0",
"description": "A npm module that scrapes all the school names from turkish education ministry's page",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run lint && npm run compile",
"compile": "node_modules/.bin/tsc",
"prestart": "npm run compile",
"start": "node ./dist/index.js",
"test": "node_modules/.bin/jasmine",
"lint": "node_modules/.bin/eslint . --ext .ts,.tsx --fix",
"all-contributors": "node_modules/.bin/all-contributors"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Makepad-fr/school-names-turkey.git"
},
"funding": {
"type": "github-sponsors",
"url": "https://github.com/sponsors/Makepad-fr"
},
"keywords": [
"TypeScript",
"puppteer",
"npm module",
"automation",
"Puppeteer"
],
"author": "Makepad Developers <dev@makepad.fr>",
"license": "Apache-2.0",
"dependencies": {
"puppeteer": "^9.1.1",
"winston": "^3.3.3"
},
"devDependencies": {
"@types/puppeteer": "^5.4.3",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"jasmine": "^3.5.0",
"typescript": "^4.1.3"
},
"bugs": {
"url": "https://github.com/Makepad-fr/school-names-turkey/issues"
},
"homepage": "https://github.com/Makepad-fr/school-names-turkey#readme"
}