Files
todo-frontend/node_modules/any-base/package.json
Agent d12eea7693
Some checks failed
continuous-integration/drone/push Build is failing
fix: 微信登录补充保存username和role
2026-04-04 07:35:21 +00:00

41 lines
925 B
JSON
Executable File

{
"name": "any-base",
"version": "1.1.0",
"description": "Converter from any base to other any base",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/watchify . -s AnyBase -o dist/any-base.js -v -d",
"build": "./node_modules/.bin/browserify . -s AnyBase | ./node_modules/.bin/uglifyjs -cm > dist/any-base.min.js",
"test": "node tests/test.js"
},
"keywords": [
"number",
"convert",
"base",
"alphabet",
"short number",
"long numbers",
"dec",
"hex",
"bin",
"oct",
"any"
],
"repository": {
"type": "git",
"url": "https://github.com/HarasimowiczKamil/any-base.git"
},
"author": {
"name": "Kamil Harasimowicz",
"email": "mifczu@gmail.com"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"browserify": "^13.1.1",
"punycode": "^2.1.0",
"uglify-js": "^2.7.4",
"watchify": "^3.7.0"
}
}