ipynb2html/package.json
2019-10-19 20:57:42 +02:00

53 lines
1.6 KiB
JSON

{
"name": "ipynb2html-parent",
"version": "0.1.0-beta.6",
"private": true,
"scripts": {
"build": "ttsc --build",
"clean": "rimraf coverage/ lib/ *.log && wsrun clean",
"lint": "eslint --ext .ts,.tsx,.js .",
"postinstall": "run-s build",
"publish-all": "wsrun --serial publish",
"test": "jest --detectOpenHandles --coverage --verbose",
"version": "./scripts/bump-version && git add **/package.json",
"watch-ts": "ttsc --build --watch"
},
"engines": {
"node": ">=10.13.0"
},
"devDependencies": {
"@types/dedent": "^0.7.0",
"@types/highlightjs": "^9.12.0",
"@types/jest": "^24.0.18",
"@types/katex": "^0.10.2",
"@types/marked": "^0.6.5",
"@types/node": "^10.13.0",
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
"arrify": "^2.0.1",
"dedent": "^0.7.0",
"eslint": "^6.5.1",
"eslint-config-standard-with-typescript": "^10.0.0",
"eslint-import-resolver-ts": "^0.4.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^24.9.0",
"jest-chain": "^1.1.2",
"nodom": "^2.3.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.0",
"ts-jest": "^24.1.0",
"ts-node": "^8.4.1",
"ts-transformer-export-default-name": "^0.1.0",
"ts-transformer-inline-file": "^0.1.1",
"ttypescript": "^1.5.7",
"typescript": "~3.6.4",
"wsrun": "^5.0.2",
"yarn-version-bump": "^0.0.3"
},
"workspaces": [
"packages/*"
]
}