-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 874 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 874 Bytes
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
{
"name": "ipfs-meshkit",
"version": "1.0.0",
"private": true,
"description": "IPFS Meshkit is a SDK for building IPFS applications.",
"type": "module",
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"build": "tsc --build",
"clean": "npm run clean --workspaces --if-present"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seetadev/IPFS-meshkit.git"
},
"keywords": ["ipfs", "meshkit", "stack", "ionic"],
"author": "Manu Sheel Gupta",
"contributors": [
{
"name": "Anurag Pandey",
"url": "https://github.com/anurag-p6"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/seetadev/IPFS-meshkit/issues"
},
"homepage": "https://github.com/seetadev/IPFS-meshkit#readme",
"devDependencies": {
"@types/node": "^25.9.3",
"typescript": "^6.0.3"
}
}