-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 937 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 937 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
37
38
39
{
"name": "@forge4flow/forge4flow-node",
"version": "0.0.4",
"description": "Forge4Flow API Wrapper for Node.js clients",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist/**/*",
"README.md"
],
"scripts": {
"build": "tsc",
"build-local": "npm run build && npm pack",
"prepare": "npm run build",
"test": "npm run build && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forge4flow/forge4flow-node.git"
},
"keywords": [
"warrant",
"authorization",
"rbac",
"role based access control",
"access control"
],
"author": "Forge4Flow",
"license": "MIT",
"bugs": {
"url": "https://github.com/forge4flow/forge4flow-node/issues"
},
"homepage": "https://github.com/forge4flow/forge4flow-node#readme",
"devDependencies": {
"@types/node": "^18.11.18",
"mocha": "^10.2.0",
"typescript": "^4.3.2"
}
}