You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
458 B
JSON
20 lines
458 B
JSON
2 years ago
|
{
|
||
|
"name": "@parserkit/core",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"repository": "git@git.cryto.net:ParserKit/core.git",
|
||
|
"author": "Sven Slootweg <admin@cryto.net>",
|
||
|
"license": "WTFPL OR CC0-1.0",
|
||
|
"dependencies": {
|
||
|
"chalk": "^4",
|
||
|
"es6-promise-try": "^1.0.2",
|
||
|
"map-obj": "^4",
|
||
|
"match-value": "^1.1.0",
|
||
|
"yieldcore": "^0.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@joepie91/eslint-config": "^1.1.1",
|
||
|
"eslint": "^8.27.0"
|
||
|
}
|
||
|
}
|