-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 911 Bytes
/
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
40
41
42
{
"name": "mage2-webapi",
"version": "1.0.0",
"description": "Magento2 webapi utilities",
"main": "build/index.js",
"scripts": {
"dev": "watch 'npm run build' src",
"build": "babel src -d build",
"test": "jest",
"test:watch": "npm test -- --watch",
"prepublish": "npm run build"
},
"babel": {
"presets": [
"env"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jakhotiya/mage2-webapi.git"
},
"keywords": [
"magento2",
"webapi",
"rest",
"query",
"search",
"queries"
],
"author": "Abhishek Jakhotiya",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jakhotiya/mage2-webapi/issues"
},
"homepage": "https://github.com/Jakhotiya/mage2-webapi#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"jest": "^22.0.4",
"watch": "^1.0.2"
}
}