-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 968 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
{
"name": "crosssave",
"version": "1.0.0",
"description": "CrossSave is a save encryptor/decryptor for CrossCode written in TypeScript",
"main": "dist/CrossSave.js",
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"release": "ncc build src/CrossSave.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xpl0itR/CrossSave.git"
},
"keywords": [
"CrossCode",
"Save"
],
"author": "Xpl0itR",
"license": "MIT",
"bugs": {
"url": "https://github.com/Xpl0itR/CrossSave/issues"
},
"homepage": "https://github.com/Xpl0itR/CrossSave#readme",
"devDependencies": {
"@types/crypto-js": "^3.1.47",
"@types/node": "^14.0.22",
"@types/node-getopt": "^0.2.31",
"@vercel/ncc": "^0.23.0",
"crypto-js": "^4.0.0",
"node-getopt": "^0.3.2",
"typescript": "^3.8.3"
}
}