-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
31 lines (31 loc) · 929 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
29
30
31
{
"name": "fantastic-dev",
"version": "0.1.0",
"description": "The full source code of Fantastic, a tool for viewing and acting upon computer networks.",
"license": "Apache-2.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/InfoSecInnovations/project-fantastic.git"
},
"author": "InfoSec Innovations",
"bugs": {
"url": "https://github.com/InfoSecInnovations/project-fantastic/issues"
},
"homepage": "https://github.com/InfoSecInnovations/project-fantastic#readme",
"dependencies": {
"fs-extra": "^9.0.1"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
"@types/node": "^14.11.2",
"lerna": "^4.0.0",
"lerna-update-wizard": "^0.1.9",
"typedoc": "^0.20.32",
"typedoc-plugin-markdown": "^3.0.3",
"typescript": "^4.0.3"
}
}