{
	"name": "amorphic",
	"description": "Front to back isomorphic framework for developing applications with node.js and mongoDB",
	"homepage": "https://github.com/haven-life/amorphic",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"version": "7.1.3",
	"dependencies": {
		"@havenlife/persistor": "5.x",
		"@havenlife/semotus": "4.x",
		"@havenlife/supertype": "3.3.x",
		"amorphic-bindster": "2.0.*",
		"bluebird": "3.5.1",
		"chalk": "2.4.1",
		"compression": "1.7.1",
		"cookie-parser": "1.4.3",
		"express": "4.16.3",
		"express-session": "1.15.6",
		"formidable": "1.1.1",
		"mongodb": "^3.5.5",
		"nconf": "0.8.5",
		"uglify-js": "2.7.5"
	},
	"devDependencies": {
		"@havenlife/semotus": "4.x",
		"@types/chai": "4.0.4",
		"@types/compression": "0.0.36",
		"@types/cookie-parser": "1.4.1",
		"@types/express": "^4.17.0",
		"@types/express-session": "1.15.11",
		"@types/mocha": "2.2.43",
		"@types/node": "8.10.36",
		"axios": "^0.21.1",
		"chai": "4.1.2",
		"es6-promise": "4.1.1",
		"eslint": "^5.16.0",
		"knex": "^0.21.0",
		"mocha": "7.1.1",
		"mock-fs": "4.4.1",
		"nyc": "^15.0.0",
		"pg": "7.4.3",
		"request": "2.87.0",
		"sinon": "4.0.1",
		"ts-node": "3.3.0",
		"typescript": "2.5.3",
		"underscore": "^1.9.2",
		"xmlhttprequest-cookie": "0.9.4"
	},
	"scripts": {
		"setup": "npm install",
		"build": "npm run recreateDist && npm run copy && npm run compile",
		"compile": "tsc -p ./tsconfig.json",
		"compile:amorphic:tests": "tsc -p ./typescript_tests/tsconfig.test.json",
		"copy": "cp *.js ./dist && cp index.* ./dist && cp -r ./lib ./dist && rm ./dist/lib/AmorphicServer.*",
		"lint": "eslint .",
		"prepublishOnly": "npm run build",
		"recreateDist": "rm -rf ./dist/ && mkdir ./dist/",
		"test": "mocha test/* --exit",
		"test:docker": "docker-compose up --build",
		"test:trace": "nyc npm run test",
		"test:debug": "mocha --inspect test/*",
		"test:config": "mocha test/config",
		"test:daemon": "mocha test/daemon/*",
		"test:daemon_auto": "mocha test/daemon_auto/*",
		"test:postgres": "mocha test/postgres",
		"test:standalone": "mocha test/standalone",
		"test:V2": "mocha test/V2",
		"test-d": "nyc npm run test:daemon",
		"test-da": "nyc npm run test:daemon_auto",
		"test:ts:register": "mocha -r ts-node/register --project typescript_tests/tsconfig.test.json typescript_tests/unittest.ts",
		"test:ts": "npm run compile:amorphic:tests && npm run test:compiled:js",
		"test:compiled:js": "mocha ./typescript_tests/unittest.js",
		"test:ts:debug": "tsc && mocha --inspect-brk typescript_tests/unittest.js"
	},
	"directories": {},
	"engines": {
		"node": ">=12.x"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/haven-life/amorphic.git"
	},
	"bugs": {
		"url": "http://github.com/haven-life/amorphic/issues"
	},
	"optionalDependencies": {}
}
