package.json 361 B

12345678910111213141516
  1. {
  2. "name": "ludash",
  3. "version": "1.0.0",
  4. "description": "toolkit",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "lib": "tsc ./src/index.ts"
  9. },
  10. "repository": "https://gitee.com/swust_0602/ludash.git",
  11. "author": "shawn",
  12. "license": "ISC",
  13. "devDependencies": {
  14. "typescript": "^5.1.3"
  15. }
  16. }