@deployport/specular-runtime
Version:
Runtime for Specular API clients with support for Node.js and Browser
49 lines (48 loc) • 1.29 kB
JSON
{
"name": "@deployport/specular-runtime",
"version": "0.1.13",
"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",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"clean": "rm -rf lib",
"lint": "eslint . --ext .ts",
"test": "npm run build && npm run lint && tape test/main.test.js",
"test-gen": "cd test && specular-standalone-compiler generate"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"tape": "^5.7.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@types/node": "^20.8.3",
"response-iterator": "^0.2.6"
},
"repository": {
"type": "git",
"url": "https://github.com/deployport/specular-runtime-js.git"
},
"bugs": {
"url": "https://github.com/deployport/specular-runtime-js/issues"
}
}