Files
token/package.json
2025-03-05 09:50:11 -08:00

52 lines
1.4 KiB
JSON

{
"name": "@wharfkit/token",
"description": "Library to work with Antelope-blockchain system tokens.",
"version": "1.2.0",
"homepage": "https://github.com/wharfkit/token",
"license": "BSD-3-Clause",
"main": "lib/wharfkit-token.js",
"module": "lib/wharfkit-token.m.js",
"types": "lib/wharfkit-token.d.ts",
"browser": {
"buffer": false,
"crypto": false
},
"sideEffects": false,
"files": [
"lib/*",
"src/*"
],
"scripts": {
"prepare": "make"
},
"dependencies": {
"@wharfkit/antelope": "^1.0.4",
"@wharfkit/contract": "^1.1.4",
"bn.js": "^4.11.9",
"tslib": "^2.1.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.1.1",
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.28",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"@wharfkit/mock-data": "^1.2.1",
"assert": "^2.0.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.2.0",
"gh-pages": "^3.1.0",
"mocha": "^8.2.1",
"node-fetch": "^2.6.1",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"rollup": "^2.38.2",
"rollup-plugin-dts": "^2.0.0",
"ts-node": "^9.1.0",
"tsconfig-paths": "^4.2.0",
"typedoc": "^0.20.25",
"typescript": "^4.1.2"
}
}