@equantic/linq
Version:
eQuantic Linq for JavaScript
53 lines (52 loc) • 1.35 kB
JSON
{
"name": "@equantic/linq",
"version": "0.1.7",
"description": "eQuantic Linq for JavaScript",
"keywords": [
"eQuantic",
"Linq"
],
"homepage": "https://github.com/eQuantic/core-linq#readme",
"bugs": {
"url": "https://github.com/eQuantic/core-linq/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eQuantic/core-linq.git"
},
"license": "ISC",
"author": "eQuantic Tech",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"check-exports": "attw --pack ./lib",
"format": "prettier --write \"src/**/*.{ts,js}\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint && mv lib/* ./ && rm -rf lib",
"preversion": "npm run lint",
"version": "npm run format && git add -A src"
},
"dependencies": {
"flat": "^6.0.1",
"qs": "^6.13.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/qs": "^6.9.17",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.7.2"
}
}