forked from prismicio/prismic-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 797 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
{
"name": "prismic-helpers",
"version": "1.0.0",
"description": "Set of helpers to manage prismic data from api v2",
"main": "dist/prismic-helpers.min.js",
"scripts": {
"build": "webpack --debug; webpack -p",
"dev": "webpack -d --watch",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prismicio/prismic-helpers.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prismicio/prismic-helpers/issues"
},
"homepage": "https://github.com/prismicio/prismic-helpers#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"webpack": "^2.7.0",
"yargs": "^7.1.0"
}
}