UNPKG

climate-plots-config

Version:
51 lines (50 loc) 1.36 kB
{ "name": "climate-plots-config", "version": "0.5.18", "description": "", "main": "app.js", "scripts": { "build": "node charts/lang/reinit.js", "test": "mocha", "lint": "eslint .", "lint-fix": "eslint -- --fix" }, "repository": { "type": "git", "url": "git+https://github.com/nicklassundin/abisko-climate-plots-config.git" }, "keywords": [ "climate", "plots", "javascript", "config" ], "author": "Nicklas Sundin Johansson", "license": "ISC", "bugs": { "url": "https://github.com/nicklassundin/abisko-climate-plots-config/issues" }, "homepage": "https://github.com/nicklassundin/abisko-climate-plots-config#readme", "dependencies": { "hbs": "^4.1.2", "jquery": "^3.6.0", "jsdom": "^17.0.0", "merge": "^2.1.1", "npm-auto-version": "^1.0.0", "path": "^0.12.7" }, "devDependencies": { "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@typescript-eslint/eslint-plugin": "^4.31.2", "@typescript-eslint/parser": "^4.31.2", "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.26.0", "eslint-plugin-react-hooks": "^4.2.0", "mocha": "^9.1.1" } }