-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.38 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.38 KB
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
42
43
44
45
46
{
"name": "crypto-lang",
"version": "1.0.0",
"description": "[](https://github.com/maxjackson2/crypto/actions/workflows/ci.yml) \r [](https://github.com/maxjackson2/crypto/actions/workflows/npm-publish.yml)",
"main": "lib/index.js",
"types": "./typings/index.d.ts",
"scripts": {
"crypto:test": "node crypto.js run tests/test.crypto",
"crypto:build:sh": "bash ./build.sh",
"crypto:build:win": "build.bat",
"crypto:install": "npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxjackson2/crypto.git"
},
"bin": {
"crypto": "crypto.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cli-color": "^2.0.3",
"commander": "^9.4.1",
"flaps-logger": "^1.0.1",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.0",
"lodash": "^4.17.21",
"path": "^0.12.7",
"rcedit": "^3.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.10"
},
"bugs": {
"url": "https://github.com/maxjackson2/crypto/issues"
},
"homepage": "https://github.com/maxjackson2/crypto#readme",
"directories": {
"example": "examples",
"lib": "lib",
"test": "tests"
}
}