You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.0 KiB
43 lines
1.0 KiB
{ |
|
"name": "cspell-io", |
|
"version": "4.1.7", |
|
"description": "A library of useful I/O functions used across various cspell tools.", |
|
"main": "dist/index.js", |
|
"typings": "dist/index.d.ts", |
|
"files": [ |
|
"dist/**", |
|
"!**/*.map", |
|
"!**/*.test.*", |
|
"!**/temp/**" |
|
], |
|
"scripts": { |
|
"build": "tsc -p .", |
|
"watch": "tsc -p . -w", |
|
"clean": "rimraf dist", |
|
"clean-build": "npm run clean && npm run build", |
|
"coverage": "jest --coverage", |
|
"test-watch": "jest --watch", |
|
"test": "jest" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/streetsidesoftware/cspell.git" |
|
}, |
|
"keywords": [ |
|
"cspell" |
|
], |
|
"author": "Jason Dent", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/streetsidesoftware/cspell/labels/cspell-io" |
|
}, |
|
"homepage": "https://github.com/streetsidesoftware/cspell#readme", |
|
"dependencies": { |
|
"iconv-lite": "^0.6.2", |
|
"iterable-to-stream": "^1.0.1" |
|
}, |
|
"engines": { |
|
"node": ">=10.0.0" |
|
}, |
|
"gitHead": "1b26b54c14f282ec25d374dc86027de51e5feeb9" |
|
}
|
|
|