lovelacejs/package.json
dependabot[bot] 70caa371d2
build(deps): bump json5, webpack and webpack-cli
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together.


Updates `json5` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

Updates `webpack` from 4.46.0 to 5.75.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.46.0...v5.75.0)

Updates `webpack-cli` from 3.3.12 to 5.0.1
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@5.0.1)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: webpack
  dependency-type: direct:development
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 06:22:57 +00:00

37 lines
1.0 KiB
JSON

{
"name": "lovelacejs",
"version": "1.0.0",
"description": "Lovelace.js is a library to easily mutate data through relationships, filtering, and tranforming the shape of data.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"test": "tests"
},
"scripts": {
"build": "tsc",
"lint": "tslint -p tsconfig.json",
"tests": "ts-node ./tests/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshuashoemaker/lovelacejs.git"
},
"author": "Joshua Shoemaker",
"license": "ISC",
"bugs": {
"url": "https://github.com/joshuashoemaker/lovelacejs/issues"
},
"homepage": "https://github.com/joshuashoemaker/lovelacejs#readme",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/preset-env": "^7.10.3",
"babel-loader": "^8.1.0",
"ts-node": "^10.8.1",
"tslint": "^6.1.3",
"typescript": "^4.7.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}