123456789101112131415161718192021 |
- {
- "name": "ts-sdk",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "jest"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "crypto-js": "^3.1.9-1"
- },
- "devDependencies": {
- "@types/jest": "^24.0.11",
- "jest": "^24.5.0",
- "ts-jest": "^24.0.0",
- "typescript": "^3.3.4000"
- }
- }
|