@sauce-api/core
Version:
Sauce API core functionality
60 lines (59 loc) • 1.37 kB
JSON
{
"name": "@sauce-api/core",
"version": "1.0.3",
"description": "Sauce API core functionality",
"keywords": [
"Sauce",
"Sauce API"
],
"author": "royalewcheese",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint --fix . --ext .ts"
},
"dependencies": {
"chalk": "^3.0.0"
},
"peerDependencies": {
"express": "^4.17.1"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/express": "^4.17.13",
"@types/mocha": "^7.0.2",
"@types/node": "^18.14.5",
"@types/sinon": "^9.0.4",
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"chai": "^4.2.0",
"cors": "^2.8.5",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"mocha": "^10.0.0",
"nyc": "^15.0.0",
"sinon": "^9.0.0",
"supertest": "^6.1.6",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/sauce-api/core.git"
},
"bugs": {
"url": "https://gitlab.com/sauce-api/core/issues"
},
"homepage": "https://sauce-api.gitlab.io/docs/"
}