non_npm_packages: retaildevcrews/ngsa, spikes/ngsa-typescript/package.json
This data as json
commit | contents | organization | path | repository |
---|---|---|---|---|
0ae86a115c43153ba795a0a134b1f42a90557281 | { "author": "aka", "bugs": { "url": "https://github.com/retaildevcrews/ngsa/issues" }, "dependencies": { "axios": "^0.21.2", "body-parser": "^1.19.0", "bunyan": "^1.8.15", "command-line-args": "^5", "command-line-usage": "^6", "http-status-codes": "^2.1.3", "inversify": "^5.0.5", "inversify-restify-utils": "^3.4.1", "node-cache": "^5.1.2", "reflect-metadata": "^0.1.13", "restify": "^8.5.1", "swagger-ui-dist": "^4.1.3", "uuid": "^8.3.2" }, "description": "Azure App Service reference application", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", "@types/body-parser": "^1.19.0", "@types/bunyan": "^1.8.6", "@types/chai": "^4.2.12", "@types/mocha": "^8.2.0", "@types/node": "^14.14.20", "@types/restify": "^8.4.2", "@typescript-eslint/eslint-plugin": "^4.13.0", "@typescript-eslint/parser": "^4.13.0", "bufferutil": "^4.0.3", "chai": "^4.2.0", "eslint": "^7.17.0", "mocha": "^8.1.3", "mockery": "^2.1.0", "node-mocks-http": "^1.9.0", "nyc": "^15.1.0", "sinon": "^9.2.3", "sinon-chai": "^3.5.0", "source-map-support": "^0.5.19", "ts-node": "^9.1.1", "typescript": "^4.1.3", "utf-8-validate": "^5.0.4" }, "directories": { "test": "tests" }, "homepage": "https://github.com/retaildevcrews/ngsa#readme", "license": "MIT", "main": "dist/server.js", "name": "ngsa", "repository": { "type": "git", "url": "git+https://github.com/retaildevcrews/ngsa.git" }, "scripts": { "build": "tsc", "build:watch": "tsc -w", "fix": "eslint --fix src/**/*.ts test/**/*.ts", "lint": "eslint --max-warnings=0 src/**/*.ts test/**/*.ts", "start": "node dist/server.js", "test": "mocha test/unit/**/*.ts", "test:coverage": "nyc mocha test/unit/**/*.ts", "test:watch": "npm test -- -w" }, "version": "1.1.1" } |
retaildevcrews | spikes/ngsa-typescript/package.json | retaildevcrews/ngsa |