UNPKG

seamless-cloud

Version:

JavaScript client for Seamless.cloud (web and node)

46 lines (45 loc) 1.2 kB
{ "name": "seamless-cloud", "version": "1.2.4", "description": "JavaScript client for Seamless.cloud (web and node)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "clean": "rm -rf dist", "prepack": "npm run clean && npm run build", "start": "node .", "dev": "tsc -w & nodemon .", "test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json" }, "keywords": [ "Seamless", "Seamless.cloud", "Seamless", "cloud", "database", "query" ], "author": "Vance Lucas <vance@vancelucas.com>", "license": "BSD-3-Clause", "dependencies": { "deepmerge": "^4.2.2", "querystringify": "^2.2.0" }, "devDependencies": { "@types/jasmine": "^3.7.4", "@types/node-fetch": "^2.5.10", "@types/querystringify": "^2.0.0", "@typescript-eslint/eslint-plugin": "^4.24.0", "@typescript-eslint/parser": "^4.24.0", "eslint": "^7.27.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "jasmine": "^3.7.0", "nock": "^13.1.0", "node-fetch": "^2.6.1", "prettier": "^2.3.0", "ts-node": "^10.0.0", "typescript": "^4.2.4" } }