-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
47
{
"name": "tonks",
"version": "0.1.0",
"description": "Swap style libraries to compile new component libraries",
"skpm": {
"name": "Tonks-beta",
"manifest": "src/manifest.json",
"main": "Tonks.sketchplugin",
"assets": [
"assets/**/*"
]
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"postinstall": "skpm-link",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacksonrdlc/tonks.git"
},
"author": "Jacksonrdlc <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacksonrdlc/tonks/issues"
},
"homepage": "https://github.com/jacksonrdlc/tonks#readme",
"devDependencies": {
"@babel/polyfill": "^7.4.4",
"@skpm/builder": "^0.5.13",
"@skpm/child_process": "^0.4.0",
"@skpm/util": "^0.1.28",
"eslint": "^5.10.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"prettier": "^1.15.3"
},
"prettier": {
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "es5",
"semi": false
}
}