UNPKG

1.73 kBJSONView Raw
1{
2 "name": "diana",
3 "version": "0.4.7",
4 "description": "fe customized tool library",
5 "browser": "lib/diana.js",
6 "main": "lib/diana.back.js",
7 "dependencies": {},
8 "devDependencies": {
9 "@types/mocha": "^5.2.5",
10 "@types/node": "^10.5.4",
11 "chalk": "^2.3.0",
12 "codecov": "^3.0.0",
13 "diana": "^0.4.5",
14 "karma": "^1.7.1",
15 "karma-chrome-launcher": "^2.2.0",
16 "karma-coverage": "^1.1.1",
17 "karma-coverage-istanbul-reporter": "^1.3.0",
18 "karma-mocha": "^1.3.0",
19 "karma-remap-istanbul-fix": "^0.6.3",
20 "karma-sourcemap-loader": "^0.3.7",
21 "karma-webpack": "^2.0.6",
22 "markdown-it": "^8.4.0",
23 "mocha": "^4.0.1",
24 "node-sass": "^4.7.2",
25 "ora": "^1.3.0",
26 "pre-commit": "^1.2.2",
27 "rimraf": "^2.6.2",
28 "sourcemap-istanbul-instrumenter-loader": "^0.2.0",
29 "tslib": "^1.9.3",
30 "tslint": "^5.11.0",
31 "typescript": "^2.9.2",
32 "watchify": "^3.9.0",
33 "webpack": "^4.17.2"
34 },
35 "scripts": {
36 "build": "node script/build.js",
37 "test": "karma start karma.conf.js",
38 "codecov": "codecov --token=921e25b4-c2ac-488f-8007-2749741689d0",
39 "pre-lint": "node script/check.js",
40 "tagger": "node script/tag-script.js",
41 "webber": "node script/web-script.js",
42 "publish": "git subtree push --prefix=docs origin gh-pages",
43 "compile": "tsc -w -p tsconfig.json"
44 },
45 "repository": {
46 "type": "git",
47 "url": "git+https://github.com/MuYunyun/diana.git"
48 },
49 "keywords": [
50 "tool",
51 "util",
52 "common-util"
53 ],
54 "author": "muyunyun",
55 "license": "MIT",
56 "bugs": {
57 "url": "https://github.com/MuYunyun/diana/issues"
58 },
59 "homepage": "https://github.com/MuYunyun/diana#readme",
60 "pre-commit": [
61 "pre-lint"
62 ]
63}