-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 919 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·34 lines (34 loc) · 919 Bytes
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
30
31
32
33
34
{
"name": "@appveen/ds-sdk",
"version": "2.3.4",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
"build": "npm run prepare && tsc -p .",
"test": "mocha './specs/**/*.spec.js'"
},
"author": "Jugnu Agrawal",
"license": "MIT",
"dependencies": {
"form-data": "^2.5.1",
"got": "^11.8.5",
"lodash": "^4.17.21",
"log4js": "^6.6.1",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@types/got": "^9.6.11",
"@types/lodash": "^4.14.170",
"@types/log4js": "^2.3.5",
"chai": "^4.3.6",
"dotenv": "^10.0.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"mocha": "^10.0.0",
"prettier": "^2.3.0",
"typescript": "^4.3.2"
}
}