-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 847 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 847 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
{
"name": "lapiscode",
"version": "alpha",
"description": "Lapis Code is an API security library designed to parse Lambda API code and associated infrastructure and find common vulnerabilities.",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lapis": "npx tsc && node build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Josh-Beck/LapisCode.git"
},
"keywords": [],
"author": "Joshua Beck",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/Josh-Beck/LapisCode/issues"
},
"homepage": "https://github.com/Josh-Beck/LapisCode#readme",
"dependencies": {
"@types/node": "^18.11.19",
"acorn": "^8.8.2",
"commander": "^10.0.0",
"js-hcl-parser": "^1.0.1",
"typescript": "^4.9.5"
}
}