forked from SkynetLabs/content-record-library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "@skynethub/userprofile-library",
"version": "0.1.18-beta",
"description": "This library exposes a class that wraps the User Profile DAC, created and hosted by SkynetHub.",
"main": "dist/index.js",
"type": "module",
"files": [
"dist/*"
],
"scripts": {
"build": "rimraf dist && tsc --project tsconfig.build.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Skynet Hub",
"license": "MIT",
"repository": {
"url": "https://github.com/skynethubio/userprofile-library"
},
"bugs": {
"url": "https://github.com/skynethubio/userprofile-library/issues"
},
"homepage": "https://github.com/skynethubio/userprofile-library#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"post-me": "^0.4.5",
"skynet-js": "4.0.18-beta",
"skynet-mysky-utils": "^0.3.0"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint-plugin-jsdoc": "^32.3.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2"
}
}