-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 895 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "scrollpro",
"version": "0.0.30",
"description": "Smooth momentum scrolling and parallax library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"keywords": [
"tween",
"scrollpro",
"smooth",
"scrolling",
"momentum",
"scrolling",
"parallax"
],
"scripts": {
"test": "jest",
"clean": "tsc --build --clean",
"build": "tsc --project tsconfig.build.json -w",
"prepare": "tsc --project tsconfig.build.json"
},
"author": "Steve Kanger",
"repository": "https://github.com/stevekanger/scrollpro.git",
"homepage": "https://github.com/stevekanger/scrollpro#readme",
"license": "MIT",
"private": false,
"devDependencies": {
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^4.6.2"
}
}