{
    "name": "igem-upload-api",
    "version": "1.2.12",
    "description": "An API that interfaces with the iGEM upload tool (https://uploads.igem.org) to allow automatic file management and organisation.",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "echo Running build script && tsc",
        "test": "echo Running test script && npx ts-node test/script.ts",
        "test-debug": "echo Running test script && cross-env NODE_ENV=debug npx ts-node test/script.ts"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/CCheukKa/igem-upload-api.git"
    },
    "keywords": [
        "iGEM",
        "wiki",
        "upload",
        "API"
    ],
    "author": "CCheukKa",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/CCheukKa/igem-upload-api/issues"
    },
    "homepage": "https://github.com/CCheukKa/igem-upload-api#readme",
    "dependencies": {
        "axios": "^1.7.2"
    },
    "devDependencies": {
        "@types/node": "^22.1.0",
        "cross-env": "^7.0.3",
        "typescript": "^5.5.3"
    }
}