Skip to content

Commit

Permalink
NEW:Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaslopezd committed Oct 13, 2020
1 parent 36f2a9c commit 0e7d391
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "@videsk/template-sdk",
"version": "1.0.0",
"description": "Template to use in new SDK project.",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"keywords": [
"SDK",
"Videsk"
],
"author": "videsk",
"repository": {
"type": "git",
"url": "https://github.com/videsk/sdk-template.git"
},
"homepage": "https://developers.videsk.io",
"license": "Privated",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
}
}

0 comments on commit 0e7d391

Please sign in to comment.