@deployport/specular-runtime
Version:
Runtime for Specular API clients with support for Node.js and Browser
47 lines (46 loc) • 1.22 kB
JSON
{
"name": "@deployport/specular-runtime",
"version": "0.2.2",
"description": "Runtime for Specular API clients with support for Node.js and Browser",
"keywords": [
"specular",
"api",
"generator",
"specification"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"author": "bithavoc",
"license": "MIT",
"type": "module",
"engines": {
"node": ">=24"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"clean": "rm -rf lib",
"pretest": "npm install --prefix test/generated-client --ignore-scripts --no-audit --no-fund",
"lint": "eslint .",
"test": "npm run build && npm run lint && tape test/main.test.js",
"test-gen": "cd test && specular-standalone-compiler generate"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.6.0",
"tape": "^5.10.2",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.0"
},
"dependencies": {
"@types/node": "^24.13.2",
"response-iterator": "^1.0.11"
},
"repository": {
"type": "git",
"url": "https://github.com/deployport/specular-runtime-js.git"
},
"bugs": {
"url": "https://github.com/deployport/specular-runtime-js/issues"
}
}