-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "emarsys-integration-client",
"description": "Client library for Emarsys services.",
"main": "dist/index.js",
"scripts": {
"build": "babel lib --ignore *.spec.js --out-dir dist",
"clean": "rm -rf dist/*",
"code-style": "eslint $(find ./lib -name \"*.js\" -not -path \"./node_modules/*\" -not -path \"./dist/*\")",
"prebuild": "npm run clean",
"semantic-release": "semantic-release",
"test": "NODE_ENV=test mocha $(find . -name \"*.spec.js\" -not -path \"./node_modules/*\" -not -path \"./dist/*\") --require babel-register",
"test:watch": "npm run test -- --watch",
"watch": "npm run build -- --watch"
},
"author": "Emarsys",
"license": "MIT",
"devDependencies": {
"babel-cli": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-register": "6.26.0",
"chai": "4.2.0",
"eslint": "5.14.0",
"eslint-config-emarsys": "5.1.0",
"jquery": "3.3.1",
"mocha": "5.2.0",
"pre-commit": "1.2.2",
"semantic-release": "19.0.2",
"sinon": "7.2.3",
"sinon-chai": "3.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emartech/emarsys-integration-client-js.git"
},
"bugs": {
"url": "https://github.com/emartech/emarsys-integration-client-js/issues"
},
"homepage": "https://github.com/emartech/emarsys-integration-client-js#readme"
}