@chiper-inc/ecommerce-lib
Version:
Chiper Inc Ecommerce Lib
46 lines (45 loc) • 1.14 kB
JSON
{
"name": "@chiper-inc/ecommerce-lib",
"version": "1.4.9",
"description": "Chiper Inc Ecommerce Lib",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"/src"
],
"scripts": {
"build": "rm -rf dist && tsc",
"test": "jest --watchAll",
"test:cov": "jest --coverage",
"lint": "eslint ./src ./tests --fix",
"format": "prettier ./src ./tests --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chiper-inc/ecommerce-lib.git"
},
"keywords": [
"chiper",
"ecommerce",
"lib"
],
"author": "Diego Alves",
"license": "ISC",
"bugs": {
"url": "https://github.com/chiper-inc/ecommerce-lib/issues"
},
"homepage": "https://github.com/chiper-inc/ecommerce-lib#rea7dme",
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"eslint": "^8.40.0",
"jest": "^29.4.3",
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5",
"typescript-eslint": "0.0.1-alpha.0"
}
}