File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ATT String Transcoder
2
2
3
- > Allows you to decode _ A Township Tale_ 's save strings for analysing, and encode JS objects into ATT save strings for spawning.
3
+ Allows you to decode _ A Township Tale_ 's save strings for analysing, and encode JS objects into ATT save strings for spawning.
4
4
5
5
## ⚡️ Quick Start
6
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " att-string-transcoder" ,
3
- "version" : " 1.0.0 " ,
4
- "description" : " " ,
3
+ "version" : " 1.0.1 " ,
4
+ "description" : " Trancode integer strings for A Township Tale. " ,
5
5
"main" : " build/index.js" ,
6
6
"scripts" : {
7
7
"prepare" : " npm run build" ,
10
10
"compile" : " tsc --noEmit" ,
11
11
"test" : " jest"
12
12
},
13
- "author" : " " ,
13
+ "author" : " Marc Dingena" ,
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " git+https://github.com/mdingena/att-string-transcoder.git"
17
+ },
18
+ "bugs" : {
19
+ "url" : " https://github.com/mdingena/att-string-transcoder/issues"
20
+ },
21
+ "homepage" : " https://github.com/mdingena/att-string-transcoder#readme" ,
22
+ "keywords" : [
23
+ " virtual-reality" ,
24
+ " township-tale" ,
25
+ " binary" ,
26
+ " transcoder"
27
+ ],
14
28
"license" : " MIT" ,
15
29
"dependencies" : {
16
30
"bitwise" : " ^2.1.0" ,
You can’t perform that action at this time.
0 commit comments