svg-term
Version:
Share terminal sessions via SVG and CSS
80 lines (79 loc) • 1.96 kB
JSON
{
"name": "svg-term",
"version": "2.0.3",
"description": "Share terminal sessions via SVG and CSS",
"main": "lib/index.js",
"files": [
"lib",
"src"
],
"scripts": {
"build": "tsc",
"clean": "npx rimraf lib",
"debug": "node --inspect-brk \"$(npm bin)/jest\" -i",
"deps": "npm run build && dependency-check . --missing && dependency-check . --extra --no-dev",
"test": "jest"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/marionebl/svg-term.git"
},
"keywords": [
"asciinema",
"asciicast",
"svg",
"css"
],
"author": "Mario Nebl <hello@mario-nebl.de>",
"bugs": {
"url": "https://github.com/marionebl/svg-term/issues"
},
"homepage": "https://github.com/marionebl/svg-term#readme",
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest",
"^.+\\.jsx?$": "ts-jest"
},
"testRegex": "(.*).test.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"testURL": "http://localhost/"
},
"devDependencies": {
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@types/html-webpack-plugin": "^3.2.1",
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.17",
"@types/object-hash": "^1.3.0",
"@types/react-dom": "^16.9.1",
"@types/react": "^16.9.5",
"@types/webpack": "^4.41.0",
"dependency-check": "^4.1.0",
"html-webpack-plugin": "^3.2.0",
"jest-cli": "^24.9.0",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"ts-loader": "^6.2.1",
"ts-node": "^8.5.4",
"typescript": "^3.7.3",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"ansi-to-rgb": "^1.0.0",
"load-asciicast": "^2.1.0",
"lodash": "^4.17.15",
"object-hash": "^1.3.1",
"react": "^16.10.2",
"react-dom": "^16.10.2"
}
}