{
	"name": "@piigo/playingcards",
	"version": "1.0.2",
	"description": "Playing Cards",
	"main": "dist/index.js",
	"scripts": {
		"test": "jest",
		"ci:test": "jest --ci --coverage",
		"build": "tsc",
		"start": "ts-node src/test/index.ts"
	},
	"author": "Julien Lavocat",
	"license": "ISC",
	"devDependencies": {
		"@types/jest": "^29.5.3",
		"@types/node": "18",
		"jest": "^29.6.1",
		"semantic-release": "^21.0.7",
		"ts-jest": "^29.1.1",
		"ts-node": "10.9.1",
		"typescript": "^5.1.6"
	},
	"volta": {
		"node": "18.16.1",
		"yarn": "1.22.19"
	}
}
