-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "red-perfume",
"version": "0.4.1",
"description": "CSS Atomizer",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "eslint --config=.eslintrc.js index.js src tests manual-testing.js",
"fix": "eslint --fix --config=.eslintrc.js index.js src tests manual-testing.js",
"debug": "node --inspect-brk manual-testing.js",
"manual-test": "node manual-testing.js",
"test": "jest --runInBand --coverage",
"validate": "npm run lint && npm t"
},
"ManifestComments": [
"Pinned jest to 24.9.0. 25.1.0 is broken on Windows. Waiting for issue #9459 to be resolved."
],
"dependencies": {
"red-perfume-css": "^0.4.1",
"red-perfume-html": "^0.4.1"
},
"devDependencies": {
"eslint": "^8.12.0",
"eslint-config-tjw-base": "^2.0.0",
"eslint-config-tjw-jest": "^2.0.0",
"eslint-config-tjw-jsdoc": "^1.0.0",
"eslint-plugin-jsdoc": "^38.0.8",
"jest": "24.9.0",
"mock-fs": "^5.1.2"
},
"homepage": "https://github.com/red-perfume/red-perfume#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/red-perfume/red-perfume.git"
},
"keywords": [
"css",
"atomizer",
"atomic",
"css",
"automated",
"build",
"tool"
],
"author": "The Jared Wilcurt",
"license": "MIT",
"bugs": {
"url": "https://github.com/red-perfume/red-perfume/issues"
}
}