{
	"name": "@smartpy/smartml",
	"version": "0.12.0",
	"main": "dist/smartml.cjs.js",
	"module": "dist/smartml.es.js",
	"minified": "dist/smartml.min.js",
	"description": "SmartML",
	"keywords": [
		"tezos",
		"SmartPy"
	],
	"license": "MIT",
	"files": [
		"dist"
	],
	"types": "dist/types",
	"scripts": {
		"build": "rollup -c",
		"watch": "rollup -cw",
		"test": "jest",
		"ci-test": "CI=true jest --runInBand --detectOpenHandles",
		"prettier": "prettier --list-different 'src/**/*.{js,ts}'",
		"prettier:fix": "prettier --write 'src/**/*.{js,ts}'",
		"lint": "eslint '*/**/*.{js,ts}' --quiet --fix",
		"version": "npm version"
	},
	"dependencies": {
		"@smartpy/timelock": "0.0.9",
		"bs58check": "2.1.2",
		"tezos-bls12-381": "1.1.1"
	},
	"devDependencies": {
		"@rollup/plugin-commonjs": "21.0.0",
		"@rollup/plugin-json": "4.1.0",
		"@rollup/plugin-node-resolve": "13.0.5",
		"@rollup/plugin-typescript": "8.2.5",
		"@types/bs58check": "2.1.0",
		"@types/jest": "27.0.2",
		"jest": "27.2.5",
		"rollup": "2.48.0",
		"rollup-plugin-polyfill-node": "0.7.0",
		"rollup-plugin-terser": "7.0.2",
		"ts-jest": "27.0.6",
		"tslib": "2.3.1",
		"typescript": "4.4.4"
	},
	"husky": {
		"hooks": {
			"pre-commit": "lint-staged"
		}
	},
	"lint-staged": {
		"*.{js,ts}": [
			"eslint --fix"
		]
	}
}
