Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff6b8b4

Browse files
committed
(package): create initial package.json and lockfile
- add some keywords and description wee
1 parentd3f51ec commitff6b8b4

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 aboutcustomizing 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)

[8]ページ先頭

©2009-2025 Movatter.jp