{
	"name": "@hypertype/core",
	"version": "4.0.12-cmmn",
	"description": "",
	"main": "dist/index.js",
	"bundle": "dist/index.js",
	"typings": "dist/typings/index.d.ts",
	"scripts": {
		"build": "cmmn compile --watch",
		"bundle": "cmmn bundle --watch",
		"deploy": "npm version patch && npm publish",
		"test": "jest"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/hypertype/core.git"
	},
	"files": [
		"dist",
		"tsconfig.json"
	],
	"author": "",
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/hypertype/core/issues"
	},
	"homepage": "https://github.com/hypertype/core#readme",
	"directories": {
		"test": "tests"
	},
	"jest": {
		"preset": "ts-jest",
		"modulePathIgnorePatterns": [
			"<rootDir>/dist/"
		],
		"globals": {
			"ts-jest": {
				"tsConfig": "tests/tsconfig.json",
				"diagnostics": false
			}
		}
	},
	"peerDependencies": {
		"@types/luxon": "2.x.x",
		"luxon": "2.x.x"
	},
	"dependencies": {
		"@cmmn/core": "1.6.x"
	},
	"devDependencies": {
		"@hypertype/tools": "^4.0.12-cmmn",
		"@types/jest": "27.x.x",
		"@types/luxon": "2.x.x",
		"@types/node": "16.x.x",
		"crc-32": "*",
		"jest": "27.x.x",
		"luxon": "2.x.x",
		"msgpackr": "1.x.x",
		"reflect-metadata": "^0.1.13",
		"rxjs": "6.6.3",
		"symbol-observable": "4.x.x",
		"ts-jest": "27.x.x",
		"ulid": "^2.3.0"
	},
	"hypertype": {
		"lib": {
			"bundler": "node",
			"entryPoint": "dist/esm/index.js"
		}
	},
	"cmmn": {
		"index": {
			"input": "./dist/esm/index.js",
			"external": [
				"@cmmn",
				"luxon"
			]
		}
	},
	"gitHead": "cb465b244985bc614080fadae28c235321c457ce"
}
