-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.05 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
{
"name": "@vsirrr/vue-exposure",
"version": "0.1.4",
"private": false,
"main": "./dist/vue-exposure.min.js",
"module": "./dist/vue-exposure.min.js",
"exports": "./dist/vue-exposure.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/VSirrr/vue-exposure.git"
},
"files": [
"dist/",
"README.md"
],
"keywords": [
"dom",
"vue",
"vue2",
"exposure",
"vue-exposure",
"MutationObserver",
"IntersectionObserver"
],
"author": "VSirrr",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/VSirrr/vue-exposure/issues"
},
"homepage": "https://github.com/VSirrr/vue-exposure#readme",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"prepublishOnly": "npm run build",
"publish": "npm publish"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-terser": "^0.4.3",
"rollup": "^3.28.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-license": "^3.0.1"
}
}