-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 798 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 798 Bytes
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
{
"name": "csformat",
"version": "1.0.4",
"description": "The only package you need to format CS2 item queries into the Steam Market format",
"main": "dist/index.js",
"keywords": [
"CS2",
"market_hash_name",
"Steam Market",
"Market Hash Name",
"Steam Hash Name"
],
"files": [
"dist"
],
"author": "cadenmarinozzi",
"repository": {
"type": "git",
"url": "https://github.com/cadenmarinozzi/csformat"
},
"license": "MIT",
"scripts": {
"start": "node dist/example.js",
"build": "tsc",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.3"
}
}