-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.29 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
{
"name": "1-classname",
"description": "Generate one digit classname and beyond",
"version": "1.1.0",
"author": {
"name": "saltyaom",
"url": "https://github.com/SaltyAom",
"email": "[email protected]"
},
"main": "libs/cjs/index.js",
"module": "libs/mjs/index.js",
"esnext": "libs/index.js",
"types": "libs/index.ts",
"typings": "libs/index.d.ts",
"keywords": [
"one classname",
"css module",
"one digit classname",
"hash classname"
],
"homepage": "https://github.com/saltyaom/one-classname",
"repository": {
"type": "git",
"url": "https://github.com/saltyaom/one-classname"
},
"bugs": "https://github.com/SaltyAom/one-classname/issues",
"license": "MIT",
"scripts": {
"prebuild": "rimraf libs",
"build": "tsc && tsc --project tsconfig.mjs.json && tsc --project tsconfig.es5.json",
"postbuild": "yarn copy-ts",
"test": "jest",
"copy-ts": "node builder/index.js",
"release": "yarn build && yarn publish"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.21",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
}
}