memory-orm
Version:
client side ORM + map reduce
65 lines (64 loc) • 1.86 kB
JSON
{
"name": "memory-orm",
"version": "0.7.0",
"description": "client side ORM + map reduce",
"author": "7korobi",
"typings": "./lib/index.d.ts",
"main": "./lib/index.js",
"repository": "git@github.com:7korobi/memory-orm.git",
"homepage": "https://github.com/7korobi/memory-orm",
"bugs": {
"url": "https://github.com/7korobi/memory-orm/issues"
},
"license": "MIT",
"keywords": [
"ORM",
"map-reduce"
],
"tags": [
"ORM",
"map-reduce"
],
"preferGlobal": true,
"private": false,
"scripts": {
"test": "run-s compile format jest",
"watch": "jest --watchAll --config config/jest.js --rootDir .",
"deploy": "run-s compile format deploy:npm",
"deploy:npm": "npm publish",
"format": "prettier --no-semi --single-quote --print-width 100 --write \"**/*.{ts,tsx,js,jsx,md}\"",
"jest": "jest -u --config config/jest.js --rootDir .",
"compile": "run-p compile:*",
"compile:ts": "tsc -p . && rm lib/userdata.d.ts",
"type": "tsc -p . --noemit",
"g": "run-p -n g:*",
"g:npm": "npm i -g node-gyp grpc npm-check-updates"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.1",
"@testing-library/user-event": "^12.2.0",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.164",
"autoprefixer": "^10.0.1",
"date-fns": "^2.16.1",
"fake-indexeddb": "^3.1.2",
"firebase": "^8.0.0",
"jest": "^26.6.3",
"jest-css-modules": "^2.1.0",
"node-sass": "^5.0.0",
"postcss-loader": "^4.0.4",
"prettier": "^2.1.2",
"react-dom": "^17.0.1",
"react-scripts": "4.0.0",
"ts-jest": "^26.4.3",
"yaml-jest": "^1.0.5",
"yaml-loader": "^0.6.0"
},
"dependencies": {
"lodash": "^4.17.20",
"npm-run-all": "^4.1.5",
"ts-loader": "^8.0.9",
"typescript": "^4.0.5"
}
}