@gabrielrufino/cube
Version:
Data structures made in Typescript
44 lines (43 loc) • 1.22 kB
JSON
{
"name": "@gabrielrufino/cube",
"version": "2.0.13",
"description": "Data structures made in Typescript",
"author": "Gabriel Rufino <contato@gabrielrufino.com>",
"license": "UNLICENSED",
"funding": "https://github.com/sponsors/gabrielrufino",
"homepage": "https://github.com/gabrielrufino/cube#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/gabrielrufino/cube.git"
},
"bugs": {
"url": "https://github.com/gabrielrufino/cube/issues"
},
"keywords": [
"Data",
"Structures"
],
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"build:watch": "npm run build -- --watch",
"lint": "eslint",
"lint:fix": "npm run lint -- --fix",
"test": "vitest run",
"test:cov": "npm t -- --coverage",
"test:mutation": "npx stryker run",
"test:watch": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^4.14.1",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@faker-js/faker": "^9.8.0",
"@stryker-mutator/vitest-runner": "^8.7.1",
"@vitest/coverage-v8": "^3.2.3",
"eslint": "^9.28.0",
"husky": "^9.1.7",
"typescript": "^5.8.3",
"vitest": "^3.0.4"
}
}