-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "creepyface-dance",
"version": "8.2.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Alejandro Tardín <[email protected]>",
"homepage": "https://creepyface.io",
"license": "MIT",
"repository": "https://github.com/4lejandrito/creepyface/tree/master/packages/creepyface-dance",
"funding": "https://github.com/4lejandrito/creepyface?sponsor=1",
"keywords": [
"face",
"look",
"dance",
"follow",
"creepy",
"dance"
],
"files": [
"dist"
],
"scripts": {
"dev": "open test/index.html",
"build": "NODE_ENV=production tsc --emitDeclarationOnly && rollup -c",
"prepublishOnly": "yarn build"
},
"peerDependencies": {
"creepyface": "^8"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/lodash.flatten": "^4.4.7",
"@types/lodash.range": "^3.2.7",
"creepyface": "^8.2.1",
"lodash.flatten": "^4.4.0",
"lodash.range": "^3.2.0",
"rollup": "^2.79.0",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.8.4"
}
}