-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 967 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 967 Bytes
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
{
"name": "arr2map",
"version": "1.2.2",
"description": "transform array to map / array",
"files": [
"dist",
"index.d.ts"
],
"main": "./dist/arr2map.umd.js",
"module": "./dist/arr2map.es.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./dist/arr2map.es.js",
"require": "./dist/arr2map.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"typescript": "^4.2.3",
"vite": "^2.1.0"
},
"keywords": [
"array"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hjxenjoy/array2map.git"
},
"bugs": {
"url": "https://github.com/hjxenjoy/array2map/issues"
},
"homepage": "https://github.com/hjxenjoy/array2map#readme",
"github": {
"release": true
},
"author": "Jinxin Hu <hjxenjoy@gmail.com> (https://hujin.xin/)",
"license": "MIT"
}