Skip to content

Commit f0e4ae2

Browse files
committed
Add package.json
1 parent 1a5ddd7 commit f0e4ae2

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

package.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"name": "asposecellscloud",
3+
"version": "25.7.0",
4+
"description": "Aspose.Cells Cloud SDK for Node.js",
5+
"keywords": [
6+
"Aspose",
7+
"Cloud",
8+
"Cells"
9+
],
10+
"author": "Aspose Nanjing Team",
11+
"license": "MIT",
12+
"engines": {
13+
"node": ">=4.8"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/aspose-cells-cloud/aspose-cells-cloud-node.git"
18+
},
19+
"main": "dist/api.js",
20+
"types": "dist/api.d.ts",
21+
"scripts": {
22+
"test": "cross-env JUNIT_REPORT_PATH=integration_tests_result.xml mocha -r ts-node/register test/**/*.ts --timeout 250000 --reporter mocha-jenkins-reporter",
23+
"test-jenkins": "cross-env JUNIT_REPORT_PATH=reports/integration_tests_result.xml mocha -r ts-node/register test/**/*.ts --timeout 250000 --reporter mocha-jenkins-reporter",
24+
"lint": "tslint src/{,**/}*.ts test/{,**/}*.ts -t verbose --project ./tsconfig.json",
25+
"cucumber": "cucumber-js ./bdd/features -r ./dist/bdd/steps",
26+
"gulp": "gulp"
27+
},
28+
"dependencies": {
29+
"@types/jest": "^26.0.24",
30+
"@types/request": "^2.48.7",
31+
"request": "^2.88.2",
32+
"request-debug": "^0.2.0"
33+
},
34+
"devDependencies": {
35+
"@types/chai": "^4.2.22",
36+
"@types/mocha": "^2.2.44",
37+
"@types/node": "^8.10.66",
38+
"chai": "^4.3.7",
39+
"cross-env": "^5.1.4",
40+
"cucumber": "^3.0.0",
41+
"del": "^3.0.0",
42+
"gulp": "^3.9.1",
43+
"gulp-cucumber": "0.0.23",
44+
"gulp-typescript": "^2.12.2",
45+
"gulp-util": "^1.0.0",
46+
"mocha": "^10.2.0",
47+
"mocha-cases": "^0.2.1",
48+
"mocha-jenkins-reporter": "^0.4.7",
49+
"mocha-sinon": "^2.0.0",
50+
"sinon": "^7.0.0",
51+
"ts-node": "^4.1.0",
52+
"tslint": "^5.8.0",
53+
"typescript": "^2.9.2"
54+
},
55+
"bugs": {
56+
"url": "https://github.com/aspose-cells-cloud/aspose-cells-cloud-node/issues"
57+
},
58+
"homepage": "https://github.com/aspose-cells-cloud/aspose-cells-cloud-node#readme",
59+
"directories": {
60+
"doc": "docs",
61+
"test": "test"
62+
}
63+
}

0 commit comments

Comments
 (0)