forked from indexexchange/yoc-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
19 lines (19 loc) · 872 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "self-serve-partners-template",
"version": "1.0.0",
"description": "A complete self-serve partner development package for Index Exchange's wrapper.",
"private": true,
"author": "Index Exchange",
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {
"adapter-development-suite": "git+https://github.com/indexexchange/adapter-development-suite.git",
"eslint": "^4.13.1",
"eslint-config-adapters": "git+https://github.com/indexexchange/eslint-config-adapters.git"
},
"scripts": {
"debug": "node ./node_modules/adapter-development-suite/bin/index.js",
"win-debug": "node .\\node_modules\\adapter-development-suite\\bin\\index.js",
"lint": "node ./node_modules/eslint/bin/eslint.js --ignore-path=./.eslintignore .",
"win-lint": "node .\\node_modules\\eslint\\bin\\eslint.js --ignore-path=.\\.eslintignore ."
}
}