ryuu.js
Version:
Ryuu JavaScript Utility Library
34 lines (33 loc) • 1.1 kB
JSON
{
"name": "ryuu.js",
"version": "5.1.2",
"description": "Ryuu JavaScript Utility Library",
"main": "dist/domo.js",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {},
"devDependencies": {
"@types/jest": "^29.5.14",
"http-server": "^14.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"standard-version": "^9.5.0",
"ts-jest": "^29.3.4",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.88.0",
"webpack-cli": "^4.9.1"
},
"types": "dist/domo.d.ts",
"scripts": {
"test": "jest --silent",
"coverage": "jest --coverage --silent",
"build": "rm -rf dist && mkdir dist && NODE_ENV=production webpack && cp dist/domo.js demo/domo.js",
"release": "npm run build && npm publish",
"releaseAlpha": "npm run build && npm publish --tag alpha",
"releaseBeta": "npm run build && npm publish --tag beta",
"bumpAlpha": "npm run build && npm run bump -- --prerelease alpha",
"bumpBeta": "npm run build && npm run bump -- --prerelease beta",
"bump": "standard-version"
},
"author": "Domo"
}