-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 905 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": "sa",
"version": "1.0.0",
"description": "[Demo](https://ppotatog.github.io/SA/demo/)",
"main": "./js/sa.js",
"scripts": {
"build": "../node_modules/.bin/rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/es-sa/SA.git"
},
"author": "ppotatoG <thgus2270@gmail.com> (https://ppotatog.github.io/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/es-sa/SA/issues"
},
"homepage": "https://github.com/es-sa/SA#readme",
"dependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"rollup": "^2.74.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.7.4"
},
"keywords": [
"scrollAnimation",
"cssAnimation"
],
"files": [
"src",
"SA/dist"
],
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"prettier": "^2.8.4",
"rollup-plugin-commonjs": "^10.1.0"
}
}