UNPKG

gscunit

Version:

A unit testing framework for GSC.

57 lines (56 loc) 1.27 kB
{ "name": "gscunit", "version": "1.1.3", "description": "A unit testing framework for GSC.", "keywords": [ "cod4", "iswenzz", "gscunit", "gsc" ], "homepage": "https://iswenzz.com", "bugs": { "url": "https://github.com/Iswenzz/gscunit/issues" }, "repository": { "type": "git", "url": "https://github.com/Iswenzz/gscunit.git" }, "funding": { "type": "github", "url": "https://github.com/Iswenzz" }, "license": "GPL-3.0-or-later", "author": "Iswenzz", "type": "module", "bin": "build/CLI.js", "scripts": { "build": "tsc", "lint": "yarn lint:ts", "lint:ts": "eslint src", "lint:ts:fix": "eslint src --fix", "prettier": "prettier --check '**/*.{js,jsx,ts,tsx,scss}'", "prettier:fix": "prettier --write '**/*.{js,jsx,ts,tsx,scss}'", "start": "node build/CLI" }, "dependencies": { "execa": "^9.5.1", "ini": "^5.0.0", "yargs": "^17.7.2" }, "devDependencies": { "@eslint/js": "^9.15.0", "@types/ini": "^4.1.1", "@types/node": "^22.9.0", "@types/yargs": "^17.0.33", "eslint": "^9.15.0", "eslint-config-prettier": "^9.1.0", "prettier": "^3.3.3", "ts-node": "^10.9.2", "tsc": "^2.0.4", "tslib": "^2.8.1", "typescript": "^5.6.3", "typescript-eslint": "^8.15.0" }, "packageManager": "yarn@4.5.1" }