|
1 | 1 | { |
2 | 2 | "name": "sn-client-cli", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "1.0.0-development-4", |
4 | 4 | "description": "Command line tooling for Sense/NET ECM client", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "bin": { |
|
13 | 13 | "dist_tests", |
14 | 14 | "documentation", |
15 | 15 | "src", |
16 | | - "test" |
| 16 | + "test", |
| 17 | + "sn.config.js" |
17 | 18 | ], |
18 | 19 | "scripts": { |
19 | 20 | "pretest": "npm run build:tests", |
|
24 | 25 | "build": "tsc", |
25 | 26 | "build:tests": "tsc -p tsconfig.test.json", |
26 | 27 | "typedoc": "gulp typedoc", |
27 | | - "tslint": "tslint --project tsconfig.json && tslint --project tsconfig.test.json", |
28 | | - "commit": "git-cz" |
| 28 | + "tslint": "tslint --project tsconfig.json ./src/**/*.ts && tslint --project tsconfig.test.json ./test/**/*.ts", |
| 29 | + "commit": "git-cz", |
| 30 | + "publish:development": "npm publish --tag development" |
29 | 31 | }, |
30 | 32 | "repository": { |
31 | 33 | "type": "git", |
|
46 | 48 | "homepage": "https://github.com/SenseNet/sn-client-cli#readme", |
47 | 49 | "devDependencies": { |
48 | 50 | "@types/chai": "^3.4.35", |
| 51 | + "@types/mocha": "^2.2.40", |
| 52 | + "@types/node": "^7.0.12", |
49 | 53 | "chai": "^3.5.0", |
50 | 54 | "commitizen": "^2.9.6", |
51 | 55 | "mocha": "^3.2.0", |
52 | 56 | "mocha-typescript": "^1.0.23", |
53 | 57 | "prompt": "^1.0.0", |
54 | 58 | "tslint": "^5.0.0", |
55 | 59 | "typedoc": "^0.5.9", |
56 | | - "typescript": "^2.2.2" |
| 60 | + "typescript": "^2.3.2" |
57 | 61 | }, |
58 | 62 | "dependencies": { |
59 | | - "@types/chai": "^3.4.35", |
60 | | - "@types/mocha": "^2.2.40", |
61 | | - "@types/node": "^7.0.12", |
62 | 63 | "adm-zip": "^0.4.7", |
63 | 64 | "command-line-args": "^4.0.2", |
64 | 65 | "command-line-commands": "^2.0.0", |
|
71 | 72 | "gulp-run": "^1.7.1", |
72 | 73 | "gulp-typedoc": "^2.0.2", |
73 | 74 | "path": "^0.12.7", |
74 | | - "sn-client-js": "^1.1.1-beta.1" |
| 75 | + "sn-client-js": "1.1.1-development.3" |
75 | 76 | }, |
76 | 77 | "czConfig": { |
77 | 78 | "path": "node_modules/cz-conventional-changelog" |
|
0 commit comments