UNPKG

@rlaurente/nobe

Version:

NOBackEnd - The next level api mocking library for frontend developers. Data persistent mocking api for MVP apps rapid development.

62 lines (61 loc) 1.65 kB
{ "name": "@rlaurente/nobe", "version": "0.0.25-beta", "description": "NOBackEnd - The next level api mocking library for frontend developers. Data persistent mocking api for MVP apps rapid development.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "unpkg": "dist/plugin.js", "files": [ "dist/" ], "author": "Rhey Anthony Laurente", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/rlaurente/nobe.git.git" }, "bugs": { "url": "https://github.com/rlaurente/nobe.git/issues" }, "keywords": [ "nobe", "nobackend", "norest", "api", "mocking" ], "scripts": { "eslint": "eslint . --ext ts", "build": "npm run clean && tsc", "clean": "rimraf ./dist", "watch": "tsc --watch" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "^1.0.1", "@ionic/swiftlint-config": "^1.1.2", "@types/underscore": "^1.11.4", "eslint": "^7.11.0", "prettier": "~2.2.0", "prettier-plugin-java": "~1.0.0", "rimraf": "^3.0.2", "rollup": "^2.32.0", "typescript": "~4.0.3" }, "peerDependencies": { "@capacitor/core": "^3.0.0" }, "prettier": "@ionic/prettier-config", "eslintConfig": { "extends": "@ionic/eslint-config/recommended" }, "dependencies": { "@isomorphic-git/lightning-fs": "^4.4.1", "@types/isomorphic-git__lightning-fs": "^4.4.2", "axios": "^0.24.0", "browserfs": "^1.4.3", "isomorphic-git": "git+https://github.com/rlaurente/isomorphic-git.git", "underscore": "^1.13.2" } }