UNPKG

1.32 kBJSONView Raw
1{
2 "name": "@ionic/utils-array",
3 "version": "1.0.2",
4 "description": "Array utils",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "homepage": "https://ionicframework.com/",
8 "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
9 "license": "MIT",
10 "files": [
11 "dist/",
12 "LICENSE",
13 "README.md"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/ionic-team/ionic-cli.git"
18 },
19 "bugs": {
20 "url": "https://github.com/ionic-team/ionic-cli/issues"
21 },
22 "scripts": {
23 "clean": "rimraf dist",
24 "lint": "tslint --project tsconfig.json",
25 "build": "npm run clean && tsc",
26 "watch": "tsc -w --preserveWatchOutput",
27 "test": "jest --maxWorkers=4",
28 "prepublishOnly": "npm run build"
29 },
30 "lint-staged": {
31 "linters": {
32 "*.{ts,tsx}": "npm run lint"
33 },
34 "ignore": [
35 "**/__tests__/*.{ts,tsx}"
36 ]
37 },
38 "dependencies": {
39 "debug": "^4.0.0",
40 "tslib": "^1.9.0"
41 },
42 "devDependencies": {
43 "@types/debug": "^4.1.1",
44 "@types/jest": "^24.0.3",
45 "@types/node": "~8.9.4",
46 "jest": "^23.0.1",
47 "jest-cli": "^24.1.0",
48 "lint-staged": "^9.2.0",
49 "rimraf": "^2.6.2",
50 "ts-jest": "^23.10.1",
51 "tslint": "^5.9.1",
52 "typescript": "~3.5.1"
53 },
54 "gitHead": "d0a68439766d1c27908731e190423d6243df333f"
55}