forked from TripSit/drugs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 805 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
34
35
36
37
{
"name": "tripsit_drug_db",
"version": "1.1.0",
"description": "TripSit's Drug Database",
"main": "./scripts/index.ts",
"scripts": {
"compare": "ts-node ./scripts/combosToDrugs.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TripSit/drugs.git"
},
"keywords": [
"TripSit",
"Harm",
"Reduction",
"Drug",
"Substances",
"Dosage",
"Dose",
"Information"
],
"author": "Moonbear",
"license": "ISC",
"bugs": {
"url": "https://github.com/TripSit/drugs/issues"
},
"homepage": "https://github.com/TripSit/drugs#readme",
"types": "types/tripsit.d.ts",
"devDependencies": {
"ajv": "^8.12.0",
"ajv-formats": "^3.0.1",
"@types/node": "^20.11.10",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}