{
  "name": "@xuxinlai2002/pns-js",
  "version": "1.0.9",
  "description": "A NPM package in Typescript for .Play Name Service",
  "main": "dist/pns-js.js",
  "repository": "https://github.com/carv-protocol/pns-js",
  "author": "xuxinlai2002 <xxl@local.com>",
  "license": "MIT",
  "scripts": {
    "build": "webpack",
    "test": "jest"

  },
  "keywords": [
    "pns",
    "carv"
  ],
  "devDependencies": {
    "@babel/parser": "^7.23.6",
    "@babel/types": "^7.23.6",
    "@types/jest": "^29.5.2",
    "assert": "^2.0.0",
    "babel-plugin-rewrite-require": "^1.14.5",
    "browserify": "^17.0.0",
    "buffer": "^6.0.3",
    "eth-ens-namehash": "2.0.8",
    "ethers": "^5.7.2",
    "gulp": "4.0.0",
    "gulp-cli": "^2.3.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "jest": "^29.5.2",
    "readable-stream": "^4.5.1",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "tsify": "^5.0.4",
    "tsup": "^6.7.0",
    "typescript": "^5.3.3",
    "url": "^0.11.0",
    "vinyl-source-stream": "^2.0.0",
    "webpack": "^5.72.1",
    "webpack-cli": "^4.9.2"
  },
  "dependencies": {
    "ts-loader": "^9.5.1"
  }
}
