@36node/query-normalizr
Version:
A module boilerplate for nodejs and web.
36 lines (35 loc) • 793 B
JSON
{
"name": "@36node/query-normalizr",
"version": "0.2.1",
"description": "A module boilerplate for nodejs and web.",
"repository": {
"url": "36node/query-normalizr",
"type": "git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"template": "module",
"files": [
"bin",
"dist",
"typings"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "typings/index.d.ts",
"config-overrides-path": "../cli/config-overrides",
"scripts": {
"build": "NODE_ENV=production sketch build",
"test": "NODE_ENV=test sketch test --env=node"
},
"dependencies": {
"humps": "^2.0.1",
"lodash": "^4.17.11"
},
"devDependencies": {
"koa": "^2.7.0"
},
"gitHead": "3df9922ea54d6f43cfb8429fc3b40830407fee52"
}