@jrj-front-end/tools
Version:
jrj前端工具包
22 lines • 489 B
JSON
{
"name": "@jrj-front-end/tools",
"version": "0.0.7",
"description": "jrj前端工具包",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"test": "mocha --reporter spec",
"cover": "istanbul cover node_modules/mocha/bin/_mocha test/*.js - - -R spec"
},
"keywords": [
"javascript",
"plugins",
"实用工具"
],
"author": "",
"license": "ISC",
"dependencies": {
"moment": "^2.29.4",
"typescript": "^5.2.2"
}
}