123456789101112131415161718192021222324252627282930 |
- {
- "name": "k8w-linq-array",
- "version": "0.2.8",
- "description": "LINQ-like functions extended to native Array",
- "main": "index.js",
- "scripts": {
- "test": "mocha",
- "build": "rm -rf dist && tsc && cp package.json index.d.ts LICENSE README.md dist/",
- "pub": "npm run build && cd dist && npm publish & cd .."
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/k8w/k8w-linq-array.git"
- },
- "keywords": [
- "k8w",
- "linq",
- "array"
- ],
- "author": "k8w",
- "license": "Apache-2.0",
- "devDependencies": {
- "@types/mocha": "^2.2.41",
- "@types/node": "^8.0.23",
- "mocha": "^9.1.2",
- "ts-node": "^10.2.1",
- "typescript": "^4.4.3"
- },
- "typings": "index.d.ts"
- }
|