UNPKG

1.75 kBJSONView Raw
1{
2 "name": "@awesome-fe/translate",
3 "description": "Translate utils (ts only)",
4 "main": "./dist/index.js",
5 "bin": {
6 "nt": "dist/bin/index.js"
7 },
8 "version": "0.3.3",
9 "author": "Zhicheng Wang<asnowwolf@gmail.com>",
10 "homepage": "https://github.com/asnowwolf/translate",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/asnowwolf/translate.git"
14 },
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/asnowwolf/translate/issues"
18 },
19 "scripts": {
20 "prelink": "rm -fr dist && tsc",
21 "prepublish": "rm -fr dist && tsc"
22 },
23 "devDependencies": {
24 "@types/chai": "^4.1.7",
25 "@types/globby": "^8.0.0",
26 "@types/jsdom": "^12.2.1",
27 "@types/mdast": "^3.0.2",
28 "@types/mocha": "^5.2.5",
29 "@types/node": "^9.6.41",
30 "@types/request": "^2.48.1",
31 "@types/request-promise-native": "^1.0.15",
32 "@types/unist": "^2.0.3",
33 "@types/uuid": "^3.4.4",
34 "@types/vfile": "^3.0.2",
35 "@types/yargs": "^12.0.8",
36 "chai": "^4.2.0",
37 "mocha": "^5.2.0",
38 "ts-node": "^5.0.1",
39 "tslint": "^5.12.0",
40 "typescript": "^3.2.2"
41 },
42 "dependencies": {
43 "@google-cloud/automl": "^0.1.3",
44 "github-slugger": "^1.2.0",
45 "globby": "^8.0.1",
46 "jsdom": "^13.1.0",
47 "rehype-parse": "^6.0.0",
48 "rehype-remark": "^5.0.1",
49 "rehype-stringify": "^5.0.0",
50 "remark-html": "^9.0.0",
51 "remark-parse": "^6.0.3",
52 "remark-stringify": "^6.0.4",
53 "request": "^2.88.0",
54 "request-promise-native": "^1.0.5",
55 "rxjs": "^6.3.3",
56 "string-width": "^3.0.0",
57 "to-vfile": "^5.0.2",
58 "unified": "^7.1.0",
59 "unist-util-flatmap": "^1.0.0",
60 "unist-util-visit": "^1.4.0",
61 "uuid": "^3.3.2",
62 "vfile": "^4.0.0",
63 "yargs": "^12.0.5"
64 }
65}