UNPKG

tskew

Version:

TypeScript interface to Kew Gardens botanical data services

49 lines (48 loc) 1.17 kB
{ "name": "tskew", "version": "0.2.3", "description": "TypeScript interface to Kew Gardens botanical data services", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "prepare": "npm run build" }, "keywords": [ "botany", "taxonomy", "kew", "ipni", "powo", "plants", "botanical-data" ], "author": "Alex Naymushin", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/crewbeatteam/tskew.git" }, "files": [ "dist/**/*", "example.js" ], "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "eslint": "^8.0.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.3", "jest": "^29.5.0", "prettier": "^3.6.2", "ts-jest": "^29.1.0", "typescript": "^5.0.0" } }