UNPKG

@ts-scratcher/array

Version:
56 lines (55 loc) 1.51 kB
{ "name": "@ts-scratcher/array", "version": "1.2.0", "description": "array extension methods for TypeScript", "author": "", "license": "MIT", "homepage": "https://github.com/ts-scratcher/ts-scratcher/tree/main/packages/extensions/src/date#readme", "keywords": [ "typescript", "extensions", "array" ], "files": [ "dist/*.js", "dist/*.map", "dist/*.ts" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc && webpack --mode development", "test": "jest --config jest.config.json", "publish": "npm publish --access public" }, "repository": { "type": "git", "url": "git+https://github.com/ts-scratcher/ts-scratcher.git" }, "bugs": { "url": "https://github.com/ts-scratcher/ts-scratcher/issues" }, "devDependencies": { "@babel/core": "^7.17.10", "@babel/plugin-transform-modules-commonjs": "^7.17.9", "@babel/preset-env": "^7.17.10", "@parcel/packager-ts": "^2.6.0", "@parcel/transformer-typescript-types": "^2.6.0", "@types/jest": "^27.5.0", "@typescript-eslint/eslint-plugin": "^5.23.0", "@typescript-eslint/parser": "^5.23.0", "@vercel/ncc": "^0.34.0", "babel-jest": "^28.1.0", "eslint": "^8.15.0", "jest": "^28.1.0", "style-loader": "^3.3.1", "ts-jest": "^28.0.2", "ts-loader": "^9.4.2", "typescript": "^4.6.4", "webpack": "^5.75.0", "webpack-cli": "^5.0.1" }, "dependencies": { "@ts-scratcher/object": "^1.2.0" } }