@connellrobert/printify-api
Version:
Printify's REST API allows your application to manage a Printify shop on behalf of a Printify Merchant. Create products, submit orders, and more...
45 lines (44 loc) • 1.25 kB
JSON
{
"name": "@connellrobert/printify-api",
"version": "0.2.0",
"description": "Printify's REST API allows your application to manage a Printify shop on behalf of a Printify Merchant. Create products, submit orders, and more...",
"main": "dist/index.js",
"author": "Nasa8x",
"access": "public",
"contributors": [
"connellrobert"
],
"license": "MIT",
"dependencies": {
"axios": "^1.7.2"
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --watch --colors",
"prod": "cross-env NODE_ENV=production webpack --progress",
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/connellrobert/printify-api.git"
},
"bugs": {
"url": "https://github.com/connellrobert/printify-api/issues"
},
"homepage": "https://github.com/connellrobert/printify-api",
"keywords": [
"printify",
"printify api",
"printify client",
"printify rest api"
],
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^1.6.0"
}
}