@liquid-labs/catalyst-resource-jest
Version:
37 lines (36 loc) • 929 B
JSON
{
"name": "@liquid-labs/catalyst-resource-jest",
"version": "1.0.0-alpha.4",
"description": "",
"main": "dist/catalyst-resource-jest.js",
"files": [
"dist/"
],
"scripts": {
"build": "make",
"lint": "make lint",
"lint:fix": "make lint-fix",
"test": "make test",
"prepack": "make build",
"preversion": "make test && make lint",
"qa": "make qa"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [],
"author": "Zane Rockenbaugh <zane@liquid-labs.com>",
"license": "UNLICENSED",
"repository": "git+ssh://git@github.com/liquid-labs/catalyst-resource-jest.git",
"bugs": {
"url": "https://github.com/liquid-labs/catalyst-resource-jest/issues"
},
"homepage": "https://github.com/liquid-labs/catalyst-resource-jest#readme",
"dependencies": {
"jest": "^29.7.0"
},
"devDependencies": {
"eslint": "^8.50.0",
"eslint-config-standard": "^17.1.0"
}
}