UNPKG

1.38 kBJSONView Raw
1{
2 "name": "svg-term-cli",
3 "version": "1.0.1",
4 "description": "Share terminal sessions via SVG and CSS",
5 "bin": "./lib/cli.js",
6 "files": [
7 "lib"
8 ],
9 "scripts": {
10 "test": "jest",
11 "build": "tsc"
12 },
13 "jest": {
14 "globals": {
15 "ts-jest": {
16 "skipBabel": true
17 }
18 },
19 "moduleFileExtensions": [
20 "ts",
21 "js",
22 "json"
23 ],
24 "transform": {
25 "^.+\\.tsx?$": "ts-jest"
26 },
27 "testRegex": ".*\\.test.ts"
28 },
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/marionebl/svg-term-cli.git"
32 },
33 "keywords": [
34 "svg",
35 "asciinema",
36 "asciicast"
37 ],
38 "author": "Mario Nebl <hello@mario-nebl.de>",
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/marionebl/svg-term-cli/issues"
42 },
43 "homepage": "https://github.com/marionebl/svg-term-cli#readme",
44 "dependencies": {
45 "@marionebl/sander": "^0.6.1",
46 "@types/execa": "^0.8.0",
47 "@types/jest": "^21.1.8",
48 "@types/meow": "^3.6.2",
49 "bplist-parser": "^0.1.1",
50 "get-stdin": "^5.0.1",
51 "meow": "^3.7.0",
52 "node-fetch": "^1.7.3",
53 "plist": "^2.1.0",
54 "svg-term": "^1.0.4",
55 "term-schemes": "^1.0.1",
56 "ts-jest": "^21.2.3"
57 },
58 "devDependencies": {
59 "execa": "^0.8.0",
60 "jest": "^21.2.1",
61 "jest-cli": "^21.2.1",
62 "ts-node": "^3.3.0",
63 "typescript": "^2.6.1"
64 }
65}