UNPKG

asn1tools-js

Version:

ASN.1 encoding and decoding library for TypeScript/JavaScript, compatible with Python asn1tools

42 lines (41 loc) 1.03 kB
{ "name": "asn1tools-js", "version": "0.1.5", "description": "ASN.1 encoding and decoding library for TypeScript/JavaScript, compatible with Python asn1tools", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "node --preserve-symlinks ./node_modules/typescript/lib/tsc.js -p tsconfig.json", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src/**/*.ts", "clean": "rm -rf dist" }, "keywords": [ "asn1", "asn1tools", "ber", "der", "encoding", "decoding" ], "author": "aircoding-dev", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^18.15.0", "@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/parser": "^5.57.0", "eslint": "^8.37.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" }, "files": [ "dist/**/*" ], "repository": { "type": "git", "url": "https://github.com/aircoding-dev/asn1tools.js" } }