UNPKG

1.06 kBJSONView Raw
1{
2 "name": "pretur.clay",
3 "version": "0.18.0",
4 "description": "Client-side immutability helper",
5 "main": "lib/main.js",
6 "typings": "lib/main.d.ts",
7 "files": [
8 "lib"
9 ],
10 "scripts": {
11 "build": "rimraf lib && tsc",
12 "prepublishOnly": "npm run build"
13 },
14 "keywords": [
15 "pretur",
16 "data",
17 "immutability",
18 "immutable",
19 "query"
20 ],
21 "author": "Ali Taheri Moghaddar",
22 "license": "MIT",
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/pretur/pretur"
26 },
27 "bugs": {
28 "url": "https://github.com/pretur/pretur/issues"
29 },
30 "homepage": "https://github.com/pretur/pretur/tree/master/packages/pretur.clay",
31 "dependencies": {
32 "@types/lodash": "^4.14.64",
33 "lodash": "^4.17.4",
34 "pretur.fetch": "^0.18.0",
35 "pretur.i18n": "^0.18.0",
36 "pretur.redux": "^0.18.0",
37 "pretur.spec": "^0.18.0",
38 "pretur.sync": "^0.18.0",
39 "pretur.validation": "^0.18.0",
40 "tslib": "^1.7.0"
41 },
42 "devDependencies": {
43 "rimraf": "^2.6.1",
44 "typescript": "^2.4.0-dev.20170502"
45 }
46}