- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
22 lines (22 loc) · 586 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 586 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "array-diff-items",
"version": "0.1.1",
"description": "Detect differences between two arrays.",
"main": "dist/index.js",
"repository": "https://github.com/jooohn/array-diff-items.git",
"homepage": "https://github.com/jooohn/array-diff-items",
"author": "jooohn <jooohn12341234@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "jest",
"test-watch": "jest --watch"
},
"devDependencies": {
"@types/jest": "^23.3.9",
"jest": "^23.6.0",
"ts-jest": "^23.10.4",
"typescript": "^3.1.6"
},
"dependencies": {}
}