UNPKG

2.53 kBJSONView Raw
1{
2 "name": "alife-logger",
3 "version": "1.8.11",
4 "description": "retcode cloud sdk",
5 "exports": "__bl",
6 "main": "./lib/index.js",
7 "scripts": {
8 "dev": "DEV=1 node ./bin/pack",
9 "lint": "./node_modules/.bin/eslint --fix ./src",
10 "test": "node ./bin/spec.js",
11 "build": "node ./bin/pack.js",
12 "pure-build": "node ./bin/pack.js",
13 "postbuild": "npm run lint && npm run test-miniapp && npm run test --once && npm run f2etest",
14 "postcommit": "npm run lint",
15 "init": "fie commit init",
16 "pub": "node ./bin/publish",
17 "his": "fie commit out",
18 "proxy2local": "npx f2etest-local start --port 1080 --server http://f2etest.alibaba-inc.com/ --name maixi.fl --apikey 1c0ca34a085e4c69af399c0ba699b543",
19 "f2etest": "npm run proxy2local && mocha --no-timeouts test/f2etest/** && npm run stop_proxy",
20 "stop_proxy": "npx f2etest-local stop",
21 "dev_local": "DEV=1 LOCAL=1 node ./bin/pack",
22 "test-miniapp": "nyc mocha --timeout 5000 --reporter spec 'test/unittest/**/**.spec.js'",
23 "test-miniapp-watch": "mocha --reporter spec 'test/unittest/**/**.spec.js' --watch"
24 },
25 "author": {
26 "name": "huazhi.chz",
27 "email": "huazhi.chz@alibaba-inc.com"
28 },
29 "maintainers": [{
30 "name": "huazhi.chz",
31 "email": "huazhi.chz@alibaba-inc.com"
32 },
33 {
34 "name": "yufeng.wjj",
35 "email": "yufeng.wjj@alibaba-inc.com"
36 },
37 {
38 "name": "weichun.pwc",
39 "email": "weichun.pwc@alibaba-inc.com"
40 }
41 ],
42 "license": "ISC",
43 "dependencies": {},
44 "devDependencies": {
45 "aliyun-sdk": "~1.10.11",
46 "browserify": "~16.2.0",
47 "buffer": "4",
48 "chai": "^4.2.0",
49 "chai-as-promised": "^7.1.1",
50 "chalk": "~1.1.3",
51 "chokidar": "~1.7.0",
52 "dateformat": "~2.0.0",
53 "eslint": "~3.19.0",
54 "expect.js": "^0.3.1",
55 "express": "~4.15.3",
56 "fs-extra": "~4.0.2",
57 "globby": "^8.0.1",
58 "karma": "~1.7.1",
59 "karma-browserify": "~5.2.0",
60 "karma-chrome-launcher": "~2.2.0",
61 "karma-mocha": "~1.3.0",
62 "karma-webdriver-launcher": "^1.0.5",
63 "karma-coverage": "~1.1.1",
64 "mocha": "~5.1.1",
65 "node-fetch": "^2.1.2",
66 "nyc": "^13.1.0",
67 "power-assert": "~1.4.4",
68 "strip-comments": "^1.0.2",
69 "uglify-js": "~3.1.7",
70 "watchify": "~3.9.0",
71 "browserify-istanbul": "~3.0.1",
72 "jwebdriver": "^2.2.5",
73 "rollup": "~1.1.0",
74 "rollup-plugin-commonjs": "~9.2.0",
75 "rollup-plugin-node-resolve": "~4.0.0",
76 "rollup-plugin-uglify": "~6.0.0"
77 },
78 "keyword": [
79 "retcode",
80 "log"
81 ]
82}