mirror of https://github.com/ojizero/portal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.3 KiB
52 lines
1.3 KiB
{ |
|
"name": "@ojizero/portal", |
|
"version": "1.0.0-alpha.6", |
|
"description": "HTTP API clients ... simplified.", |
|
"main": "lib/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", |
|
"repl": "ts-node" |
|
}, |
|
"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", |
|
"dependencies": { |
|
"got": "^9.6.0", |
|
"joi": "^14.3.1", |
|
"lodash.defaultsdeep": "^4.6.0" |
|
}, |
|
"devDependencies": { |
|
"@types/chai": "^4.1.7", |
|
"@types/chai-as-promised": "^7.1.0", |
|
"@types/expect": "^1.20.3", |
|
"@types/got": "^9.3.0", |
|
"@types/joi": "^14.0.1", |
|
"@types/lodash.defaultsdeep": "^4.6.4", |
|
"@types/mocha": "^5.2.5", |
|
"@types/node": "^10.12.18", |
|
"@types/sinon": "^7.0.3", |
|
"@types/sinon-chai": "^3.2.2", |
|
"chai": "^4.2.0", |
|
"chai-as-promised": "^7.1.1", |
|
"mocha": "^5.2.0", |
|
"nyc": "^13.1.0", |
|
"sinon": "^7.2.2", |
|
"sinon-chai": "^3.3.0", |
|
"ts-node": "^7.0.1", |
|
"typescript": "^3.2.2" |
|
} |
|
}
|
|
|