2ch-trip
Version:
2ch compatible trip generator
57 lines (56 loc) • 1.37 kB
JSON
{
"name": "2ch-trip",
"version": "4.0.0",
"description": "2ch compatible trip generator",
"keywords": [
"2ch",
"5ch",
"trip",
"tripcode"
],
"homepage": "https://github.com/p-chan/2ch-trip#readme",
"bugs": {
"email": "hello@0x50.io",
"url": "https://github.com/p-chan/2ch-trip/issues"
},
"license": "MIT",
"author": "P-Chan",
"files": [
"dist"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/p-chan/2ch-trip.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf ./dist",
"format": "prettier --write .",
"prebuild": "npm run clean",
"prepublishOnly": "npm run build",
"test": "tsc --noEmit && vitest",
"version:major": "standard-version -r major",
"version:minor": "standard-version -r minor",
"version:patch": "standard-version -r patch"
},
"dependencies": {
"encoding-japanese": "2.0.0",
"unix-crypt-td-js": "1.1.4"
},
"devDependencies": {
"@stardust-configs/prettier-config": "0.1.1",
"@stardust-configs/tsconfig": "0.4.0",
"@types/encoding-japanese": "2.0.1",
"@types/node": "18.15.11",
"prettier": "2.8.7",
"rimraf": "4.4.1",
"standard-version": "9.5.0",
"typescript": "5.0.4",
"vitest": "0.29.8"
},
"engines": {
"node": ">=14"
}
}