js-utils-lite
Version:
Utils methods/components for JavaScript.
37 lines (36 loc) • 893 B
JSON
{
"name": "js-utils-lite",
"version": "3.0.0",
"description": "Utils methods/components for JavaScript.",
"main": "index.js",
"scripts": {
"build": "tsc",
"postbuild": "cp package.json dist",
"buildpackage": "cp package.json dist && cd dist && npm pack",
"publish": "cp package.json dist && cd dist && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arnozhang/js-utils-lite.git"
},
"keywords": [
"JavaScript",
"Utils"
],
"files": [
"**/*"
],
"types": "index.d.ts",
"author": "arnozhang",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/arnozhang/js-utils-lite/issues"
},
"homepage": "https://github.com/arnozhang/js-utils-lite#readme",
"devDependencies": {
"babel-loader": "^8.2.2",
"prettier": "^2.1.2",
"ts-loader": "^9.2.4",
"webpack": "^5.48.0"
}
}