@ortros/stoux-lib
Version:
Library of shared types/interfaces for the stoux marketplace
49 lines (48 loc) • 1.19 kB
JSON
{
"name": "@ortros/stoux-lib",
"description": "Library of shared types/interfaces for the stoux marketplace",
"version": "0.0.43",
"source": "src/main.ts",
"main": "dist/main.umd.js",
"module": "dist/main.modern.module.js",
"unpkg": "dist/main.umd.js",
"types": "dist/main.d.ts",
"keywords": [
"microbundle",
"typescript"
],
"files": [
"dist/**.js*",
"dist/**/*.ts"
],
"scripts": {
"build": "microbundle --define PKG_VERSION=$npm_package_version",
"watch": "microbundle watch --define PKG_VERSION=$npm_package_version",
"test": "node --test tests",
"lint": "prettier src test -c",
"format": "prettier src test --write",
"prepack": "rm -rf dist && npm run build",
"release": "npm run prepack && source .env && npx np"
},
"devDependencies": {
"microbundle": "^0.15.1",
"prettier": "^2.8.2"
},
"dependencies": {
"@medusajs/medusa": "^1.7.3"
},
"prettier": {
"singleQuote": true
},
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"directories": {
"test": "tests"
},
"author": {
"name": "adevinwild",
"organization": "ortros"
}
}