-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 931 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 931 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
{
"name": "js-common",
"version": "1.0.0",
"description": "",
"type": "module",
"homepage": "https://github.com/Kinder0102/js-common#readme",
"bugs": {
"url": "https://github.com/Kinder0102/js-common/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kinder0102/js-common.git"
},
"license": "ISC",
"author": "Kinder0102",
"main": "index.js",
"exports": {
"./js-constant": "./src/js-constant.js",
"./js-utils": "./src/js-utils.js",
"./js-dom-utils": "./src/js-dom-utils.js",
"./js-dataset-helper": "./src/js-dataset-helper.js",
"./js-config": "./src/js-config.js",
"./js-cache": "./src/js-cache.js",
"./js-plugin": "./src/js-plugin.js",
"./js-dsl-factory": "./src/js-dsl-factory.js",
"./js-dom-helper": "./src/js-dom-helper.js"
},
"scripts": {
"build": "node build.js"
},
"devDependencies": {
"esbuild": "^0.27.0"
}
}