UNPKG

@withjoy/sdk-js

Version:
81 lines (80 loc) 2.63 kB
{ "name": "@withjoy/sdk-js", "version": "0.2.0", "description": "Joy Javascript SDK", "main": "./lib/sdk-js.cjs.js", "module": "./lib/sdk-js.esm.js", "types": "./lib/main.d.ts", "files": [ "lib/*", "npm-shrinkwrap.json" ], "scripts": { "build": "npm run engine:check && npm shrinkwrap && npm run clean && npm run rollup", "bundle": "./node_modules/.bin/webpack-dev-server", "clean": "rm -rf ./lib", "compile": "./node_modules/.bin/tsc", "engine:check": "node --version | grep -q '^v6' && exit 0 || echo 'Please switch to Node 6' && echo '' && exit 1", "postversion": "git push --tags && git push", "preversion": "npm run build && npm run test", "rollup": "rollup -c", "serve": "./node_modules/.bin/live-server ./lib-test --host=local.withjoy.com --port=8474", "start": "npm run clean && npm run compile && npm run watch & npm run bundle & npm run serve", "test": "node_modules/.bin/jest --forceExit --no-cache --config jest.config.js", "watch": "./node_modules/.bin/tsc -w" }, "repository": { "type": "git", "url": "git+https://bitbucket.org/joylife/sdk-js.git" }, "keywords": [ "joy", "sdk" ], "author": "Joy Life Services <services@withjoy.com>", "license": "ISC", "homepage": "https://bitbucket.org/joylife/sdk-js#readme", "dependencies": { "firebase": "4.5.0", "jsonwebtoken": "^8.1.0", "lodash": "^4.17.11", "moment-timezone": "^0.5.14", "pouchdb-adapter-memory": "7.2.1", "pouchdb-browser": "7.2.1", "rxjs": "^5.5.6", "spark-md5": "^3.0.1" }, "devDependencies": { "@types/core-js": "^0.9.43", "@types/jest": "^21.1.2", "@types/node": "8.10.62", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-preset-env": "^1.6.0", "chai": "^3.5.0", "clean-webpack-plugin": "^0.1.17", "concurrently": "^3.5.0", "html-webpack-plugin": "^2.30.1", "jest": "21.2.1", "live-server": "^1.2.0", "mocha": "^4.0.1", "rollup": "^0.52.1", "rollup-plugin-commonjs": "^8.2.6", "rollup-plugin-json": "^2.3.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-typescript2": "^0.8.4", "shx": "^0.2.2", "sinon": "4.0.1", "source-map-loader": "^0.2.2", "ts-jest": "21.1.2", "ts-loader": "^3.2.0", "ts-node": "^3.3.0", "typescript": "^2.6.2", "uglifyjs-webpack-plugin": "^1.0.0-beta.3", "webpack": "3.7.0", "webpack-bundle-analyzer": "^2.9.0", "webpack-dev-server": "^2.9.7" } }