UNPKG

@ehs-utils/ehs-utils

Version:

This package is useful for anyone working with environmental data, such as researchers, regulators, or environmental consultants. It provides a convenient way to access important information about regulatory agencies, data sets (like VOCs), and other rele

37 lines (36 loc) 1.07 kB
{ "name": "@ehs-utils/regulatory-authorities", "access": "public", "version": "1.0.4", "description": "This npm package provides a comprehensive database of regulatory authorities responsible for enforcing environmental regulations related to asbestos, mold, and other categories. It allows you to access data by state and by category, providing a convenient way to retrieve regulatory agency information for a particular type of regulation in a specific state.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "jest" }, "keywords": [ "environmental", "regulations", "enforcement", "agencies" ], "author": "SRP Environmental", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.0", "@types/prompt": "^1.1.5", "@types/webgl-ext": "^0.0.33", "gulp": "^4.0.2", "gulp-json-editor": "^2.5.6", "gulp-prompt": "^1.2.0", "gulp-rename": "^2.0.0", "gulp-typescript": "^6.0.0-alpha.1", "jest": "^29.5.0", "prompt": "^1.3.0", "ts-jest": "^29.1.0" }, "scope": "@ehs-utils" }