package.json 382 B

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