@ythalorossy/openfda 1.0.1 → 1.0.2

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.
Files changed (1) hide show
  1. package/package.json +17 -14
package/package.json CHANGED
@@ -1,29 +1,32 @@
1
1
  {
2
2
  "name": "@ythalorossy/openfda",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "OpenFDA Model Context Protocol",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/ythalorossy/openfda.git"
8
+ },
9
+ "author": "Ythalo Saldanha",
10
+ "license": "MIT",
11
+ "type": "module",
5
12
  "bin": {
6
13
  "openfda": "./bin/index.js"
7
14
  },
8
- "main": "index.js",
9
- "scripts": {
10
- "build": "tsc && chmod 755 build/index.js",
11
- "build:cli": "npm run build && node scripts/add-shebang.cjs && shx cp -r build/* bin/",
12
- "test": "echo \"Error: no test specified\" && exit 1"
13
- },
15
+ "files": [
16
+ "build",
17
+ "bin"
18
+ ],
14
19
  "keywords": [
15
20
  "openfda",
16
21
  "drugs",
17
22
  "mcp",
18
23
  "server"
19
24
  ],
20
- "author": "Ythalo Saldanha",
21
- "license": "MIT",
22
- "type": "module",
23
- "files": [
24
- "build",
25
- "bin"
26
- ],
25
+ "scripts": {
26
+ "build": "tsc && chmod 755 build/index.js",
27
+ "build:cli": "npm run build && node scripts/add-shebang.cjs && shx cp -r build/* bin/",
28
+ "test": "echo \"Error: no test specified\" && exit 1"
29
+ },
27
30
  "dependencies": {
28
31
  "@modelcontextprotocol/sdk": "^1.15.1",
29
32
  "@ythalorossy/openfda": "^1.0.0",