{
	"name": "@nuinalp/apis",
	"version": "0.0.54",
	"private": false,
	"scripts": {
		"test": "jest --config ./jest.config.ts --coverage",
		"build": "node .webpack/build.js; npm run build:types;",
		"build:types": "tsc --declaration  --emitDeclarationOnly",
		"npm:publish": "cd dist; npm publish"
	},
	"dependencies": {
		"@nuinalp/api-core": "^0.0.18",
		"@nuinalp/apis": "^0.0.29",
		"@types/node": "^16.10.9",
		"date-fns": "^2.16.1",
		"process": "^0.11.10"
	},
	"author": "Nuinalp Authors",
	"license": "BSD-3-Clause",
	"devDependencies": {
		"@types/faker": "^5.1.4",
		"@types/jest": "^26.0.15",
		"@types/validator": "^13.6.3",
		"@types/webpack-env": "^1.16.3",
		"awesome-typescript-loader": "^5.2.1",
		"chalk": "^4.1.1",
		"copy-webpack-plugin": "^8.1.1",
		"faker": "^5.1.0",
		"fork-ts-checker-webpack-plugin": "^6.3.4",
		"generate-json-webpack-plugin": "^2.0.0",
		"jest": "^26.6.3",
		"ora": "^5.4.0",
		"prettier": "^2.1.2",
		"rimraf": "^3.0.2",
		"ts-jest": "^26.5.5",
		"ts-node": "^9.0.0",
		"typescript": "4.2.4",
		"webpack": "^5.35.0",
		"webpack-cli": "^4.6.0",
		"webpack-merge": "^5.7.3"
	},
	"main": "index.js",
	"libName": "NuinalpApis",
	"files": [
		"*"
	],
	"types": "index.d.ts"
}
