-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 951 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": "figma-discord-random-avatar",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"source": "src/index.ts",
"private": true,
"scripts": {
"clean": "rimraf dist",
"watch": "parcel watch --no-hmr",
"build": "npm run clean && parcel build"
},
"targets": {
"code": {
"source": [
"src/index.ts"
],
"distDir": "dist"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/bryanberger/figma-discord-random-avatar.git"
},
"author": "Bryan Berger",
"license": "MIT",
"bugs": {
"url": "https://github.com/bryanberger/figma-discord-random-avatar/issues"
},
"homepage": "https://github.com/bryanberger/figma-discord-random-avatar#readme",
"devDependencies": {
"@figma/plugin-typings": "^1.63.0",
"@parcel/transformer-inline-string": "^2.8.3",
"@types/node": "^18.7.1",
"parcel": "^2.5.0",
"rimraf": "^3.0.2"
}
}