Skip to content

Commit ff6b8b4

Browse files
committed
(package): create initial package.json and lockfile
- add some keywords and description wee
1 parent d3f51ec commit ff6b8b4

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "mst-persist",
3+
"version": "0.0.1",
4+
"description": "Persist and hydrate MobX-state-tree stores",
5+
"main": "persist.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/agilgur5/mst-persist.git"
12+
},
13+
"keywords": [
14+
"mobx",
15+
"mobx-state-tree",
16+
"mst",
17+
"persist",
18+
"hydrate",
19+
"storage"
20+
],
21+
"author": "Anton Gilgur",
22+
"license": "Apache-2.0",
23+
"bugs": {
24+
"url": "https://github.com/agilgur5/mst-persist/issues"
25+
},
26+
"homepage": "https://github.com/agilgur5/mst-persist"
27+
}

0 commit comments

Comments
 (0)