-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 909 Bytes
/
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
{
"name": "styl3",
"version": "3.1.1",
"description": "terminal styling",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/tool3/styl3"
},
"scripts": {
"test": "mocha -r ts-node/register index.test.ts",
"build": "tsc",
"print": "node -e \"const keys = require('./snapshots/index.test'); Object.keys(keys).map(key => console.log(key + '\\n' + keys[key].join('\\n'))) \" "
},
"keywords": [
"colors",
"ansi",
"format",
"output",
"themes"
],
"files": [
"./dist"
],
"author": "Tal Hayut",
"license": "MIT",
"devDependencies": {
"@types/chai": "4.3.16",
"@types/mocha": "10.0.6",
"@types/node": "20.12.12",
"chai": "^4.3.4",
"mocha": "^9.1.0",
"shellfie": "1.3.7",
"snaptdout": "^2.1.0",
"ts-node": "10.9.2",
"typescript": "5.4.5"
}
}