-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.27 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
{
"name": "@worldbrain/memex-storage",
"version": "0.1.1",
"description": "Shared Storex storage definitions for the Memex extension and mobile apps",
"scripts": {
"prepare": "tsc",
"prepare:watch": "npm run prepare -- -w",
"test": "mocha --require ts-node/register \"ts/**/*.test.ts\"",
"test:watch": "mocha -r source-map-support/register -r ts-node/register \"ts/**/*.test.ts\" --watch --watch-extensions ts"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/WorldBrain/memex-storage.git"
},
"keywords": [
"storex",
"memex"
],
"author": "Jonathan Poltak Samosir",
"bugs": {
"url": "https://github.com/WorldBrain/memex-storage/issues"
},
"homepage": "https://github.com/WorldBrain/memex-storage",
"dependencies": {
"@worldbrain/memex-url-utils": "^0.1.1"
},
"devDependencies": {
"@worldbrain/storex": "^0.4.1",
"@worldbrain/storex-backend-typeorm": "^0.2.1",
"@worldbrain/storex-pattern-modules": "^0.3.0",
"@worldbrain/memex-url-utils": "^0.1.1",
"typescript": "^3.8.0"
},
"peerDependencies": {
"@worldbrain/storex": "^0.4.1",
"@worldbrain/storex-backend-typeorm": "^0.2.1",
"@worldbrain/storex-pattern-modules": "^0.3.0",
"@worldbrain/memex-url-utils": "^0.1.1"
}
}