UNPKG

own-js

Version:

自家前端交流在项目开发中构建的JS工具库,内含项目中最常用的JS工具函数

37 lines (36 loc) 867 B
{ "name": "own-js", "version": "1.0.4", "description": "自家前端交流在项目开发中构建的JS工具库,内含项目中最常用的JS工具函数", "title": "自家前端交流JS工具库", "keywords": [ "JS工具库", "JS函数库", "JS常用函数库" ], "main": "dist/index.js", "type": "module", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "author": { "name": "DIAO-JUNJIE", "email": "250080959@qq.com", "url": "https://www.hkj9999.com" }, "license": "ISC", "contributors": [ "CUGGZ0 <xxxxx@xx.com> (https://xxxx)" ], "homepage": "https://www.npmjs.com/package/own-js", "engines": { "node": ">=16.4.0", "npm": ">=7.18.1", "es": "ESNEXT" }, "devDependencies": { "typescript": "^4.7.4" } }