UNPKG

livescript-jest

Version:

A preprocessor to help use LiveScript with Jest

29 lines (28 loc) 610 B
{ "name": "livescript-jest", "version": "0.2.0", "description": "A preprocessor to help use LiveScript with Jest", "main": "index.js", "scripts": { "test": "jest --verbose" }, "keywords": [ "LiveScript", "livescript", "live-script", "jest", "preprocessor" ], "author": "Egor Kolotaev <ekolotaev@gmail.com>", "license": "MIT", "homepage": "https://github.com/kolotaev/livescript-jest", "bugs": { "url": "https://github.com/kolotaev/livescript-jest/issues" }, "dependencies": { "livescript": "*" }, "devDependencies": { "jest": "~24.8.0" } }