-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "@netlify/classnames-template-literals",
"description": "Small utility to format long classnames with template literals",
"version": "1.0.3",
"author": "Netlify",
"contributors": [
"Charlie Gerard <charlie@netlify.com> (https://charliegerard.dev)"
],
"bugs": {
"url": "https://github.com/netlify/classnames-template-literals/issues"
},
"main": "dist/classnames-template-literals.cjs.js",
"module": "dist/classnames-template-literals.esm.js",
"browser": "dist/classnames-template-literals.umd.js",
"typings": "dist/main.d.ts",
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
"jest": "^26.6.3",
"rollup": "^1.29.0"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"pretest": "npm run build"
},
"homepage": "https://github.com/netlify/classnames-template-literals#readme",
"keywords": [
"CSS",
"netlify",
"Tailwind"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/netlify/classnames-template-literals.git"
},
"files": [
"dist"
],
"dependencies": {}
}