-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 873 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
32
33
34
35
36
37
38
39
40
41
{
"name": "tokopedia-decrypt-node",
"version": "1.0.1",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"files": [
"lib/"
],
"license": "MIT",
"homepage": "https://github.com/pedox/tokopedia-decrpyt-node",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pedox/tokopedia-decrpyt-node.git"
},
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json"
},
"author": {
"name": "pedox",
"url": "https://github.com/pedox",
"email": "[email protected]"
},
"keywords": [
"tokopedia",
"decrypt",
"aes-256-gcm",
"openssl",
"private-key",
"open api"
],
"devDependencies": {
"@types/node": "^14.14.22",
"typescript": "^4.1.3"
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}
}