123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "@ojizero/portal",
- "version": "1.0.0-alpha.0",
- "description": "HTTP API clients ... simplified.",
- "main": "dist/index.js",
- "publishConfig": {
- "access": "public"
- },
- "scripts": {
- "prepare": "npm run clean && npm run build",
- "start": "npm test -- --watch --recursive",
- "test": "TS_NODE_PROJECT=./tsconfig.spec.json mocha",
- "clean": "rm -rf lib",
- "build": "tsc"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ojizero/portal.git"
- },
- "author": "Ameer A.",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/ojizero/portal/issues"
- },
- "homepage": "https://github.com/ojizero/portal#readme",
- "devDependencies": {
- "@types/chai": "^4.1.7",
- "@types/chai-as-promised": "^7.1.0",
- "@types/expect": "^1.20.3",
- "@types/mocha": "^5.2.5",
- "@types/node": "^10.12.18",
- "chai": "^4.2.0",
- "chai-as-promised": "^7.1.1",
- "mocha": "^5.2.0",
- "nyc": "^13.1.0",
- "ts-node": "^7.0.1",
- "typescript": "^3.2.2"
- }
- }
|