UNPKG

ts-snippet

Version:

A TypeScript snippet testing library for any test framework

43 lines 985 B
{ "author": "Nicholas Jamieson <nicholas@cartant.com>", "bugs": { "url": "https://github.com/cartant/ts-snippet/issues" }, "dependencies": { "tsutils": "^3.0.0" }, "description": "A TypeScript snippet testing library for any test framework", "devDependencies": {}, "es2015": "./esm2015/index.js", "homepage": "https://github.com/cartant/ts-snippet", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "snippet", "test", "testing", "typescript" ], "license": "MIT", "lint-staged": { "*.{js,jsx,ts,tsx}": "prettier --write" }, "main": "./index.js", "module": "./esm5/index.js", "name": "ts-snippet", "optionalDependencies": {}, "peerDependencies": { "typescript": "^2.1.0 || ^3.0.0 || ^4.0.0" }, "private": false, "repository": { "type": "git", "url": "https://github.com/cartant/ts-snippet.git" }, "scripts": {}, "types": "./index.d.ts", "version": "5.0.2" }