Updated package.json.
This commit is contained in:
parent
29c27d27cb
commit
c0304794c6
6196
package-lock.json
generated
Normal file
6196
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
35
package.json
35
package.json
|
@ -1,12 +1,17 @@
|
|||
{
|
||||
"name": "paapi5-nodejs-sdk",
|
||||
"version": "1.1.0",
|
||||
"version": "2.1.0",
|
||||
"description": "ProductAdvertisingAPI 5.0 NodeJS SDK",
|
||||
"license": "Apache-2.0",
|
||||
"main": "src/index.js",
|
||||
"main": "dist/index.ts",
|
||||
"scripts": {
|
||||
"test": "./node_modules/mocha/bin/mocha --recursive",
|
||||
"lint": "eslint sampleGetBrowseNodesApi.js sampleGetItemsApi.js sampleSearchItemsApi.js sampleGetVariationsApi.js src/auth/*.js"
|
||||
"clean": "rimraf dist",
|
||||
"build": "tsc",
|
||||
"test": "jest",
|
||||
"lint": "eslint src/**/*",
|
||||
"watch:build": "tsc --watch",
|
||||
"watch:test": "jest --watch",
|
||||
"start": "npm-run-all clean --parallel watch:build --print-label"
|
||||
},
|
||||
"author": {
|
||||
"name": "Product Advertising API",
|
||||
|
@ -18,18 +23,24 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/amzn/paapi5-nodejs-sdk"
|
||||
},
|
||||
"browser": {
|
||||
"fs": false
|
||||
},
|
||||
"dependencies": {
|
||||
"superagent": "3.7.0",
|
||||
"crypto-js": "^3.1.9-1"
|
||||
"crypto-js": "^4.2.0",
|
||||
"superagent": "^9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^5.8.0",
|
||||
"@eslint/js": "^9.7.0",
|
||||
"@jest/globals": "^29.7.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"eslint": "^9.7.0",
|
||||
"expect.js": "~0.3.1",
|
||||
"mocha": "^10.0.0",
|
||||
"sinon": "1.17.3"
|
||||
"globals": "^15.8.0",
|
||||
"jest": "^29.7.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"sinon": "^18.0.0",
|
||||
"ts-jest": "^29.2.2",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.5.3",
|
||||
"typescript-eslint": "^7.16.1"
|
||||
},
|
||||
"keywords": [
|
||||
"amazon",
|
||||
|
|
Loading…
Reference in New Issue
Block a user