{
	"name": "@egjs/conveyer",
	"version": "1.8.0",
	"description": "Conveyer adds Drag gestures to your Native Scroll.",
	"main": "./dist/conveyer.cjs.js",
	"module": "./dist/conveyer.esm.js",
	"types": "declaration/index.d.ts",
	"scripts": {
		"start": "rollup -c -w",
		"build": "rm -rf ./dist ./declaration && rollup -c && npm run declaration",
		"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
		"lint": "eslint ./src/ --ext .ts",
		"test": "karma start",
		"coverage": "karma start --coverage && print-coveralls --sort=desc",
		"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/naver/egjs-conveyer"
	},
	"author": "NAVER Corp.",
	"license": "MIT",
	"keywords": [
		"scroll",
		"reactive",
		"hooks",
		"conveyer",
		"image",
		"video",
		"list",
		"drag"
	],
	"files": [
		"./*",
		"declaration/*",
		"dist/*"
	],
	"dependencies": {
		"@cfcs/core": "^0.1.0",
		"@egjs/axes": "^3.9.0",
		"@egjs/children-differ": "^1.0.1",
		"@egjs/component": "^3.0.1"
	},
	"devDependencies": {
		"@babel/core": "^7.16.12",
		"@babel/template": "^7.16.7",
		"@egjs/build-helper": "^0.1.2",
		"@types/babel__core": "^7.1.18",
		"@types/babel__template": "^7.4.1",
		"@types/chai": "^4.1.7",
		"@types/karma-chai": "^0.1.1",
		"@types/mocha": "^5.2.6",
		"@types/resize-observer-browser": "^0.1.7",
		"@types/sinon": "^10.0.11",
		"@typescript-eslint/eslint-plugin": "^3.9.1",
		"@typescript-eslint/parser": "^3.9.1",
		"chai": "^4.2.0",
		"eslint": "^7.7.0",
		"eslint-plugin-import": "^2.22.1",
		"eslint-plugin-react": "^7.22.0",
		"karma": "^4.0.1",
		"karma-chai": "^0.1.0",
		"karma-chrome-launcher": "^2.2.0",
		"karma-mocha": "^1.3.0",
		"karma-mocha-reporter": "^2.2.5",
		"karma-typescript": "^5.5.3",
		"karma-viewport": "^1.0.4",
		"mocha": "^6.0.2",
		"print-coveralls": "^1.2.2",
		"sinon": "^7.5.0",
		"ts-mock-imports": "^1.3.8",
		"tslib": "^2.3.1",
		"typescript": "^4.3.5"
	}
}
