@ashirbad/js-core
Version:
A set of js core utility functions
53 lines (52 loc) • 1.34 kB
JSON
{
"name": "@ashirbad/js-core",
"version": "1.0.6",
"description": "A set of js core utility functions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "node .",
"clean": "rm -rf dist coverage __tests__/**/*.js __tests__/**/*.d.ts __tests__/*.js __tests__/*.d.ts",
"build": "npm run clean && tsc -p tsconfig.json",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint . --ext .ts",
"format": "prettier --write \"**/*.{ts,json}\"",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AshirbadGudu/js-core.git"
},
"keywords": [
"js",
"javascript",
"js-core",
"utility",
"helper",
"firebase",
"firebase-utils",
"firebase-realtime-database",
"array",
"typescript"
],
"author": "Ashirbad Panigrahi",
"license": "ISC",
"bugs": {
"url": "https://github.com/AshirbadGudu/js-core/issues"
},
"homepage": "https://github.com/AshirbadGudu/js-core#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}