-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.3 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
48
49
50
51
52
53
54
55
{
"name": "suitcss-classnames",
"version": "2.0.1",
"description": "Build suitcss-classnames",
"keywords": [
"class",
"classname",
"classnames",
"react",
"suitcss"
],
"homepage": "https://github.com/dwango-js/suitcss-classnames",
"bugs": {
"url": "https://github.com/dwango-js/suitcss-classnames/issues"
},
"license": "MIT",
"author": "azu",
"files": [
"src/",
"lib/"
],
"main": "lib/suitcss-classnames.js",
"types": "lib/suitcss-classnames.d.ts",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwango-js/suitcss-classnames.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production tsc -p .",
"prepublish": "npm run clean && npm run --if-present build",
"test": "mocha \"test/**/*.ts\"",
"watch": "tsc -p . --watch",
"clean": "rimraf lib/"
},
"dependencies": {
"classnames": "^2.2.3",
"object.assign": "^4.0.3"
},
"devDependencies": {
"@types/classnames": "^2.2.3",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"cross-env": "^5.1.3",
"mocha": "^5.0.2",
"power-assert": "^1.3.1",
"rimraf": "^2.6.2",
"ts-node": "^5.0.1",
"ts-node-test-register": "^2.0.0",
"typescript": "^2.7.2"
},
"email": "[email protected]"
}