@cityssm/waste-disposal-data
Version:
The data driving the City's waste disposal helper app
39 lines (38 loc) • 1.08 kB
JSON
{
"name": "@cityssm/waste-disposal-data",
"version": "0.2.20210302",
"description": "The data driving the City's waste disposal helper app",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/waste-disposal-data.git"
},
"keywords": [
"waste",
"garbage",
"disposal"
],
"author": "The Corporation of the City of Sault Ste. Marie",
"license": "MIT",
"bugs": {
"url": "https://github.com/cityssm/waste-disposal-data/issues"
},
"homepage": "https://github.com/cityssm/waste-disposal-data#readme",
"devDependencies": {
"@types/mocha": "^8.2.1",
"@types/papaparse": "^5.2.5",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"mocha": "^8.3.0",
"papaparse": "^5.3.0",
"typescript": "^4.2.2"
}
}