UNPKG

lwj-scroll-nav

Version:
52 lines (51 loc) 1.28 kB
{ "name": "lwj-scroll-nav", "version": "0.0.2", "description": "", "main": "./dist/index.js", "module": "./dist/index.js", "umd": "./dist/index.umd.js", "types": "./dist/types/index.d.ts", "scripts": { "clean:dist": "rimraf dist", "build:types": "npm run clean:dist && tsc -b ./tsconfig.types.json", "build": "npm run build:types && rollup -c", "test": "node test/test.js", "pretest": "npm run build" }, "author": "lwj1426282929", "keywords": [ "util", "utils", "l-util", "l-utils", "dayjs", "moment", "format" ], "homepage": "https://gitee.com/lwj1426282929/scroll-nav", "repository": { "type": "git", "url": "https://gitee.com/lwj1426282929/scroll-nav.git" }, "license": "ISC", "devDependencies": { "@babel/core": "^7.20.5", "@babel/plugin-transform-runtime": "^7.17.0", "@babel/preset-env": "^7.16.11", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^21.0.3", "@rollup/plugin-node-resolve": "^13.1.3", "rimraf": "^3.0.2", "rollup": "^2.70.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.2", "typescript": "^4.6.3" }, "files": [ "dist" ], "dependencies": { "lwj-utils": "0.0.1" } }