sm-crypto-v2
Version:
66 lines (65 loc) • 1.81 kB
JSON
{
"name": "sm-crypto-v2",
"version": "1.13.0",
"description": "sm-crypto-v2",
"main": "dist/index.js",
"module": "dist/index.mjs",
"miniprogram": "miniprogram_dist",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"lint": "eslint \"src/**/*.js\" --fix",
"prerelease": "vitest run && npm run build && npm run build-mp",
"build": "tsup",
"build-mp": "tsup --config=tsup.config.miniprogram.ts",
"watch": "tsup --watch",
"test": "vitest",
"release": "npm run prerelease && standard-version && git push --follow-tags origin master",
"coverage": "vitest run --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cubelrti/sm-crypto-v2"
},
"keywords": [
"sm",
"js",
"crypto"
],
"jest": {
"testEnvironment": "jsdom",
"testURL": "https://jest.test"
},
"author": "june_01",
"license": "MIT",
"dependencies": {
"@noble/ciphers": "^1.2.1",
"@noble/curves": "^1.1.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@swc-node/register": "^1.6.6",
"@swc/core": "^1.3.62",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/coverage-istanbul": "^0.31.0",
"@vitest/expect": "^0.31.4",
"@vitest/runner": "^0.33.0",
"@vitest/ui": "^0.31.0",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.19.10",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"standard-version": "^9.5.0",
"tsup": "^8.0.1",
"typescript": "^5.8.3",
"vite": "^4.3.9",
"vitest": "^0.31.0"
}
}