UNPKG

pretur.clay

Version:
47 lines (46 loc) 1.06 kB
{ "name": "pretur.clay", "version": "0.29.0", "description": "Client-side immutability helper", "main": "lib/main.js", "typings": "lib/main.d.ts", "files": [ "lib" ], "scripts": { "build": "rimraf lib && tsc", "prepublishOnly": "npm run build" }, "keywords": [ "pretur", "data", "immutability", "immutable", "query" ], "author": "Ali Taheri Moghaddar", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/pretur/pretur" }, "bugs": { "url": "https://github.com/pretur/pretur/issues" }, "homepage": "https://github.com/pretur/pretur/tree/master/packages/pretur.clay", "dependencies": { "@types/lodash": "^4.14.85", "lodash": "^4.17.4", "pretur.fetch": "^0.29.0", "pretur.i18n": "^0.29.0", "pretur.spec": "^0.29.0", "pretur.sync": "^0.29.0", "pretur.validation": "^0.29.0", "reducible-node": "^0.1.2", "tslib": "^1.8.0" }, "devDependencies": { "rimraf": "^2.6.2", "typescript": "^2.7.0-dev.20171031" } }