eb0955b93a
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
27 lines
839 B
JSON
27 lines
839 B
JSON
{
|
|
"name": "focalboard-trello-importer",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "importTrello.js",
|
|
"scripts": {
|
|
"lint": "eslint --ext .tsx,.ts . --quiet --cache",
|
|
"fix": "eslint --ext .tsx,.ts . --quiet --fix --cache",
|
|
"test": "ts-node importTrello.ts -i test/trello.json -o test/trello-import.focalboard",
|
|
"debug:test": "node --inspect=5858 -r ts-node/register importTrello.ts -i test/trello.json -o test/trello-import.focalboard"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"devDependencies": {
|
|
"@types/minimist": "^1.2.1",
|
|
"@types/node": "^14.14.28",
|
|
"@typescript-eslint/eslint-plugin": "^4.15.0",
|
|
"@typescript-eslint/parser": "^4.15.0",
|
|
"eslint": "^7.20.0",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.1.5"
|
|
},
|
|
"dependencies": {
|
|
"minimist": "^1.2.6"
|
|
}
|
|
}
|