UNPKG

1.22 kBJSONView Raw
1{
2 "name": "@snowdog/wombat",
3 "version": "1.0.0-alpha.18",
4 "description": "File based, headless CMS for building configurable API",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/SnowdogApps/wombat.git"
8 },
9 "bugs": {
10 "url": "https://github.com/SnowdogApps/wombat/issues"
11 },
12 "homepage": "https://github.com/SnowdogApps/wombat#readme",
13 "license": "MIT",
14 "author": "Bartek Igielski <bartek.igielski@snow.dog>",
15 "bin": {
16 "wombat": "./bin/wombat.js"
17 },
18 "main": "index.js",
19 "scripts": {
20 "dev": "./bin/wombat.js dev",
21 "build": "./bin/wombat.js build",
22 "build-mocks": "node tests/mocks/build",
23 "test": "yarn build-mocks && jest",
24 "test-dev": "yarn build-mocks && jest --watchAll",
25 "lint": "eslint **/*.js"
26 },
27 "dependencies": {
28 "fs-extra": "^7.0.1",
29 "lodash.camelcase": "^4.3.0",
30 "lodash.defaultsdeep": "^4.6.0",
31 "lodash.pick": "^4.4.0",
32 "lodash.sortby": "^4.7.0",
33 "lodash.toarray": "^4.4.0",
34 "portfinder": "^1.0.20",
35 "showdown": "^1.9.0"
36 },
37 "devDependencies": {
38 "eslint": "^5.12.0",
39 "jest": "^23.6.0"
40 },
41 "engines": {
42 "node": ">=8.9.0",
43 "yarn": ">=1.0.0"
44 },
45 "os": [
46 "!win32"
47 ]
48}