mirror of
https://github.com/jwetzell/acn-js.git
synced 2026-08-08 00:23:39 +00:00
0e5aef2e73
Bumps [globals](https://github.com/sindresorhus/globals) from 16.1.0 to 16.3.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.1.0...v16.3.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
691 B
JSON
32 lines
691 B
JSON
{
|
|
"name": "acn",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Joel Wetzell",
|
|
"email": "me@jwetzell.com",
|
|
"url": "https://jwetzell.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jwetzell/acn-js.git"
|
|
},
|
|
"scripts": {
|
|
"lint:check": "eslint ./",
|
|
"format:check": "prettier ./ --check",
|
|
"format:write": "prettier ./ --write"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@eslint/js": "9.27.0",
|
|
"eslint": "9.18.0",
|
|
"eslint-config-prettier": "10.1.5",
|
|
"eslint-plugin-prettier": "5.4.0",
|
|
"globals": "16.3.0",
|
|
"prettier": "3.5.3",
|
|
"typescript-eslint": "8.32.1"
|
|
}
|
|
}
|