-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "move-position",
"version": "2.0.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": "https://github.com/jalal246/move-position.git",
"author": "Jalal Maskoun <jimmy002020@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsc",
"pretest": "yarn build",
"test": "mocha"
},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.28.1",
"chai": "^4.3.4",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"mocha": "^9.0.1",
"typescript": "^4.3.2"
},
"files": [
"lib"
],
"keywords": [
"move-position",
"array",
"compare",
"diff",
"different",
"move",
"swap",
"position",
"mutate",
"fill",
"flatten",
"toArray",
"package-sorter",
"utility",
"tools"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}