-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 957 Bytes
/
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
{
"name": "@liquid-labs/lc-authentication-api",
"version": "1.0.0-alpha.1",
"description": "Authentication API library in Go for Liquid Code + compatible projects.",
"main": "index.js",
"scripts": {
"prebuild": "rm -rf ./dist/* && mkdir -p ./dist",
"build": "catalyst-scripts build",
"pretest": "catalyst-scripts pretest",
"test": "catalyst-scripts test",
"lint": "catalyst-scripts lint",
"lint-fix": "catalyst-scripts lint-fix",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Liquid-Labs/lc-authentication-api.git"
},
"author": "Zane Rockenbaugh <zane@liquid-labs.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Liquid-Labs/lc-authentication-api/issues"
},
"homepage": "https://github.com/Liquid-Labs/lc-authentication-api#readme",
"dependencies": {
"@liquid-labs/catalyst-scripts": "^1.0.0-alpha.24"
}
}