UNPKG

692 BJSONView Raw
1{
2 "name": "@36node/query-normalizr",
3 "version": "0.1.4",
4 "description": "A module boilerplate for nodejs and web.",
5 "repository": {
6 "url": "36node/query-normalizr",
7 "type": "git"
8 },
9 "license": "MIT",
10 "publishConfig": {
11 "access": "public"
12 },
13 "files": [
14 "bin",
15 "dist",
16 "typings"
17 ],
18 "main": "dist/index.js",
19 "module": "dist/index.mjs",
20 "typings": "typings/index.d.ts",
21 "scripts": {
22 "build": "microbundle build --format cjs,es",
23 "test": "jest --silent"
24 },
25 "jest": {
26 "testEnvironment": "node"
27 },
28 "dependencies": {
29 "humps": "^2.0.1",
30 "lodash": "^4.17.11"
31 },
32 "gitHead": "479313f7a1792ab778fdf2cdcbd9b62c2d0fad9a"
33}