forked from Jemsoft/filesystem-storage-pkgcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 KB
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": "@annoai/filesystem-storage-pkgcloud",
"description": "Filesystem storage provider for pkgcloud (based on loopback-storage-service)",
"license": "UNLICENSED",
"author": "Anno.Ai",
"homepage": "https://github.com/anno-ai/filesystem-storage-pkgcloud#readme",
"repository": {
"type": "git",
"url": "https://github.com/anno-ai/filesystem-storage-pkgcloud"
},
"version": "1.0.0",
"main": "index.js",
"scripts": {
"cover": "./node_modules/.bin/istanbul cover test/test.js | ./node_modules/.bin/tap-spec",
"test:unit": "node ./tests/main.test.js | ./node_modules/.bin/tap-spec"
},
"dependencies": {
"@annoai/pkgcloud": "^1.7.0",
"async": "^3.2.0",
"fs-extra": "^7.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dotenv": "^7.0.0",
"eslint": "^6.8.0",
"memorystream": "^0.3.1",
"promised-lifestream": "^0.7.0",
"tap-spec": "^5.0.0",
"tape": "^4.4.0",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
},
"keywords": [
"cloud",
"filesystem",
"pkgcloud",
"provider"
]
}