forked from HenryParker37-VIP/reprospec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 901 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 901 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
40
41
{
"name": "reprospec",
"version": "0.1.0-alpha.1",
"description": "An open evidence standard and toolkit for portable, sandboxed execution",
"type": "module",
"bin": {
"reprospec": "./bin/reprospec.js"
},
"files": [
"bin",
"src",
"schemas",
"README.md",
"LICENSE",
"CHANGELOG.md",
"QUICKSTART.md"
],
"keywords": [
"reproducible-builds",
"sandboxing",
"testing-tools",
"security-standards",
"bug-tracking"
],
"repository": {
"type": "git",
"url": "git+https://github.com/HenryParker37-VIP/reprospec.git"
},
"bugs": {
"url": "https://github.com/HenryParker37-VIP/reprospec/issues"
},
"homepage": "https://github.com/HenryParker37-VIP/reprospec#readme",
"scripts": {
"test": "node --test tests/**/*.test.js"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {},
"devDependencies": {}
}