-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.old.json
39 lines (39 loc) · 879 Bytes
/
package.old.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": "@rbxts/crypto",
"version": "1.0.0",
"description": "An Open-Source Cryptography library for Roblox.",
"main": "crypto/index.lua",
"types": "crypto/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Shambi-0/crypto.git"
},
"keywords": [
"Cryptography",
"Typescript",
"Lua",
"@rbxts"
],
"author": "Luc Rodriguez <[email protected]> (https://github.com/Shambi-0)",
"license": "ECL-2.0",
"homepage": "https://github.com/Shambi-0/crypto#readme",
"devDependencies": {
"@rbxts/compiler-types": "^2.0.4-types.1",
"@rbxts/types": "^1.0.654"
},
"files": [
"crypto/index.lua",
"crypto/index.d.ts"
],
"release": {
"branches": [
"main"
]
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\""
}
}