-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.08 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": "js-tree-operator",
"title": "Js Tree Operator",
"description": "Operate js tree like jquery, 像JQuery一样操作树",
"version": "0.3.5",
"private": false,
"scripts":{
"dev": "rollup -w -c rollup.config.js --environment MODE:dev",
"build": "rollup -c rollup.config.js --environment MODE:prod"
},
"keywords": [
"js tree",
"typescript tree",
"ts tree",
"tree operator",
"tree query",
"tree handler",
"tree",
"javascript",
"typescript",
"ts",
"js",
"lib",
"library",
"js-tree-query",
"js-tree-handle"
],
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"not ie < 11"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bailihuiyue/js-tree-operator.git"
},
"license": "MIT",
"auth":"Ones",
"devDependencies": {
"rollup": "^3.28.1",
"rollup-plugin-typescript2": "^0.35.0",
"tslib": "^2.6.2",
"typescript": "^5.1.6"
}
}