UNPKG

784 BJSONView Raw
1{
2 "name": "@36node/query-normalizr",
3 "version": "0.4.5",
4 "description": "A module boilerplate for nodejs and web.",
5 "repository": {
6 "url": "36node/sketch",
7 "type": "git"
8 },
9 "license": "MIT",
10 "publishConfig": {
11 "access": "public"
12 },
13 "template": "module",
14 "files": [
15 "bin",
16 "dist",
17 "typings"
18 ],
19 "main": "dist/index.js",
20 "module": "dist/index.mjs",
21 "typings": "typings/index.d.ts",
22 "config-overrides-path": "../cli/config-overrides",
23 "scripts": {
24 "build": "NODE_ENV=production sketch build",
25 "test": "NODE_ENV=test sketch test --env=node"
26 },
27 "dependencies": {
28 "humps": "^2.0.1",
29 "lodash": "^4.17.11"
30 },
31 "devDependencies": {
32 "koa": "^2.7.0"
33 },
34 "gitHead": "acb5867476817235703191651f0e3a7e3d5c0c19"
35}