UNPKG

soda-angular

Version:
79 lines (78 loc) 2.37 kB
{ "name": "soda-angular", "description": "Socrata SODA client for Angular", "version": "0.3.0", "author": { "name": "Dave Sutherland", "email": "dave@daveography.ca", "url": "https://github.com/Daveography" }, "homepage": "https://github.com/Daveography/soda-angular", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Daveography/soda-angular.git" }, "keywords": [ "socrata", "soda", "soql", "angular", "open data" ], "scripts": { "clean": "rd /q /s out", "build": "tsc", "test": "ts-node --project spec/tsconfig.spec.json node_modules/jasmine/bin/jasmine", "lint": "eslint .", "prepare": "npm run clean && npm run build && npm test && npm run lint", "prepublishOnly": "echo 'Do not run npm publish directly, use npm run dist' && exit 1", "preDist": "npm run prepare && rd /q /s dist", "distCopy": "cpx out/src/** dist && cpx \"{README.md,LICENSE}\" dist && cpx package.json dist", "dist": "npm run preDist && npm run distCopy && cd dist && npm publish --ignore-scripts" }, "main": "index.js", "types": "index.d.ts", "type": "module", "dependencies": { "geojson": "^0.5.0", "reflect-metadata": "^0.1.13", "terraformer-wkt-parser": "^1.2.1" }, "peerDependencies": { "@angular/common": ">=7", "@angular/core": ">=7", "@types/geojson": ">=7946", "geojson": ">=0.5", "reflect-metadata": ">=0.1", "rxjs": ">=6", "terraformer-wkt-parser": ">=1.2" }, "devDependencies": { "@angular/common": "7", "@angular/core": "7", "@types/jasmine": "^3.4.0", "@typescript-eslint/eslint-plugin": "^3.6.1", "@typescript-eslint/parser": "^3.6.1", "braces": "^3.0.2", "cpx": "^1.5.0", "eslint": "^7.4.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-jsdoc": "^29.2.0", "eslint-plugin-prefer-arrow": "^1.2.1", "jasmine": "^3.4.0", "jasmine-core": "^3.4.0", "kind-of": ">=6.0.3", "mem": "^4.0.0", "minimist": ">=1.2.2", "npm": ">=6.11.3", "prettier-eslint": "^11.0.0", "rxjs": "6", "ts-auto-mock": "^1.5.7", "ts-node": "^8.8.1", "ts-patch": "^1.2.5", "tslib": "^1.11.1", "typescript": "~3.8.3", "zone.js": "^0.8.26" } }