osrs-tools 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# Old School RuneScape
|
|
1
|
+
# Old School RuneScape Tools
|
|
2
2
|
|
|
3
3
|
[![NPM Version][npm-image]][npm-url] [![Downloads][downloads-image]][downloads-url] [![GitHub Issues][issues-img]][new-issue]
|
|
4
4
|
[](https://github.com/jamescer/osrs-tools/blob/master/src/types.ts)
|
|
5
5
|
|
|
6
|
-
The **Old School RuneScape
|
|
6
|
+
The **Old School RuneScape Tools** repo is a Node.js package designed to provide comprehensive data for all current Old School RuneScape (OSRS) quests, slayer tasks, and related game mechanics. This tool is ideal for developers looking to integrate OSRS data into their projects, whether for personal use, game guides, or community tools.
|
|
7
7
|
|
|
8
8
|
## Features
|
|
9
9
|
|
|
@@ -72,7 +72,7 @@ npm install osrs-json-hiscores --save
|
|
|
72
72
|
```
|
|
73
73
|
|
|
74
74
|
### Todo
|
|
75
|
-
- Fix quest
|
|
75
|
+
- Fix quest data and ensure all requirements exist
|
|
76
76
|
|
|
77
77
|
## Contributing
|
|
78
78
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "osrs-tools",
|
|
3
3
|
"description": "A JavaScript package to provide JSON data for all current Old School RuneScape quests. This package aims to help junior software developers create tools related to Old School RuneScape. It's a work in progress, and issues should be reported to jamescer@hawkmail.newpaltz.edu or jamesmcerniglia@gmail.com. This is highly paired with 'osrs-json-hiscores' data structure",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"files": [
|