-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 856 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 856 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
{
"name": "vuex-mapstate-modelvalue-instrict",
"version": "0.0.4",
"description": "A public method used to two-way computed property",
"main": "dist/mapStateModelValueInStrict.common.js",
"module": "dist/mapStateModelValueInStrict.esm.js",
"unpkg": "dist/mapStateModelValueInStrict.js",
"repository": "https://github.com/fsy0718/mapStateModelInStrict.git",
"author": "fsy0718 <fsy0718@gmail.com>",
"license": "MIT",
"scripts": {
"dev:dist": "rollup -wm -c build/rollup.dev.config.js",
"build:main": "node build/build.main.js",
"release": "bash build/release.sh"
},
"dependencies": {
"rollup": "^0.41.6",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-watch": "^3.2.2",
"uglify-js": "^3.0.11"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}