Skip to content

Commit

Permalink
env(scripts)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Jul 2, 2021
1 parent 22a1224 commit f41690d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "moysklad-api-model",
"version": "0.1.0",
"version": "0.1.1",
"description": "Объектная модель API МойСклад для TypeScript проектов",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"files": [
"build/src/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc --build tsconfig.prod.json",
"build": "rm -rf build/ && npm run compile"
"build": "rm -rf build/ && npm run compile",
"git:tag": "git tag \"v$(cat package.json | json version)\"",
"npm:publish": "npm run build && npm publish && npm run git:tag"
},
"keywords": [
"moysklad",
Expand All @@ -19,8 +24,13 @@
"name": "Vitaliy V. Makeev",
"email": "w.makeev@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/wmakeev/moysklad-api-model"
},
"license": "MIT",
"devDependencies": {
"json": "^11.0.0",
"moysklad": "^0.9.2",
"moysklad-extension-queue": "^0.2.1",
"prettier": "^2.2.1",
Expand Down

0 comments on commit f41690d

Please sign in to comment.