-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "dotenvage-workspace",
"version": "0.8.1",
"description": "Dotenv with age encryption - Workspace root",
"private": true,
"scripts": {
"npm:build": "cd npm && npm run build",
"npm:build:debug": "cd npm && npm run build:debug",
"npm:build:all": "cd npm && npm run build:all",
"npm:test": "cd npm && npm test",
"npm:test:unit": "cd npm && npm run test:unit",
"npm:test:integration": "cd npm && npm run test:integration",
"npm:install": "cd npm && npm install",
"npm:publish": "cd npm && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/legra-ai/dotenvage.git"
},
"author": "Jacobus Geluk <jacobus@dataroad.com>",
"license": "MIT OR Apache-2.0"
}