UNPKG

amazon-associate-ts

Version:
42 lines (41 loc) 1.07 kB
{ "name": "amazon-associate-ts", "version": "0.3.0", "description": "Amazon associate rebuilt with Typescript", "main": "./lib/src/index.js", "scripts": { "lint": "node_modules/tslint/bin/tslint 'src/**/*.ts'", "prepublish": "rm -r ./lib/* && tsc", "posttest": "rm ./lib/test/*", "pretest": "rm ./lib/test/* && tsc", "test": "nodeunit lib/test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/xChrisPx/amazon-associate-ts.git" }, "keywords": [ "amazon", "associate", "typescript" ], "author": "Christoph Pröschel", "license": "MIT", "bugs": { "url": "https://github.com/xChrisPx/amazon-associate-ts/issues" }, "homepage": "https://github.com/xChrisPx/amazon-associate-ts#readme", "dependencies": { "moment": "^2.18.1", "sax": "^1.2.2", "underscore": "^1.8.3" }, "devDependencies": { "@types/node": "^7.0.28", "@types/sax": "^1.0.0", "@types/underscore": "^1.8.1", "nodeunit": "^0.11.1", "tslint": "^5.4.3", "typescript": "^2.1.5" } }