Skip to content

Commit f670ea0

Browse files
committed
feat(loki): add lokijs as core package (#9)
1 parent 11fd428 commit f670ea0

33 files changed

+11000
-0
lines changed

packages/core/package.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "@sample_test/core",
3+
"description": "Fast document oriented javascript in-memory database",
4+
"author": "Various authors",
5+
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/LokiJS-Forge/LokiJS2.git"
9+
},
10+
"main": "loki.core.js"
11+
}

0 commit comments

Comments
 (0)