UNPKG

2.46 kBJSONView Raw
1{
2 "name": "vusion-api",
3 "description": "Vusion Node.js API",
4 "version": "0.6.1",
5 "author": "Forrest <rainforest92@126.com>",
6 "scripts": {
7 "compile": "tsc -p ./",
8 "watch": "tsc -watch -p ./",
9 "test": "mocha out/test/**/*.spec.js",
10 "test:test": "mocha out/test/**/*.test.js",
11 "test:one": "mocha",
12 "lint": "eslint ./src --fix",
13 "prepublishOnly": "npm run compile && git add .",
14 "predev": "cp types/compressing.d.ts node_modules/compressing/index.d.ts && cp types/markdown-it.d.ts node_modules/@types/markdown-it/lib/index.d.ts",
15 "ghpages": "typedoc --out docs src && vusion ghpages docs"
16 },
17 "main": "./out/index.js",
18 "repository": "vusion/vusion-api",
19 "bugs": {
20 "url": "http://github.com/vusion/vusion-api/issues"
21 },
22 "license": "MIT",
23 "keywords": [
24 "vusion",
25 "api"
26 ],
27 "tags": [
28 "vusion",
29 "api"
30 ],
31 "dependencies": {
32 "@babel/core": "^7.5.5",
33 "@babel/generator": "^7.7.4",
34 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
35 "@types/axios": "^0.14.0",
36 "@types/babel__core": "^7.1.2",
37 "@types/babel__generator": "^7.6.0",
38 "@types/form-data": "^2.5.0",
39 "@types/fs-extra": "^8.0.0",
40 "@types/globby": "^9.1.0",
41 "@types/lodash": "^4.14.149",
42 "@types/markdown-it": "^10.0.0",
43 "@types/node": "^10.12.18",
44 "@types/pluralize": "^0.0.29",
45 "@types/prettier": "^1.18.2",
46 "@types/semver": "^6.0.0",
47 "@types/shelljs": "^0.8.5",
48 "@types/yaml": "^1.2.0",
49 "axios": "^0.19.0",
50 "chokidar": "^3.2.1",
51 "compressing": "^1.4.0",
52 "form-data": "^3.0.0",
53 "fs-extra": "^8.1.0",
54 "globby": "^10.0.1",
55 "javascript-stringify": "^2.0.1",
56 "line-reader": "^0.4.0",
57 "lodash": "^4.17.15",
58 "markdown-it": "^10.0.0",
59 "pluralize": "^8.0.0",
60 "postcss": "^6.0.23",
61 "prettier": "^1.18.2",
62 "readline": "^1.3.0",
63 "semver": "^6.1.1",
64 "shelljs": "^0.8.3",
65 "vue": "^2.6.10",
66 "vue-template-compiler": "^2.6.10",
67 "yaml": "^1.7.2"
68 },
69 "devDependencies": {
70 "@types/chai": "^4.1.7",
71 "@types/mocha": "^5.2.5",
72 "chai": "^4.2.0",
73 "chalk": "^2.4.2",
74 "eslint": "^5.12.0",
75 "eslint-config-vusion": "^3.0.3",
76 "husky": "^3.0.4",
77 "mocha": "^5.2.0",
78 "ts-loader": "^5.3.1",
79 "ts-node": "^7.0.1",
80 "typescript": "^3.3.1",
81 "vusion-hooks": "^0.3.0"
82 },
83 "husky": {
84 "hooks": {
85 "pre-commit": "node node_modules/vusion-hooks/pre-commit"
86 }
87 }
88}