35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "@tryghost/nql-lang",
|
|
"version": "0.6.1",
|
|
"description": "tbc",
|
|
"repository": "https://github.com/TryGhost/NQL/tree/main/packages/nql-lang",
|
|
"author": "Ghost Foundation",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "jison src/nql.y src/nql.l -o dist/parser.js",
|
|
"lint": "eslint . --ext .js --cache",
|
|
"pretest": "yarn build",
|
|
"posttest": "yarn lint",
|
|
"test": "NODE_ENV=testing c8 --all --reporter text --reporter html --reporter cobertura mocha ./test/**/*.test.js",
|
|
"test:lex": "NODE_ENV=testing mocha ./test/**/lex*.test.js",
|
|
"test:parse": "NODE_ENV=testing mocha ./test/**/pars*.test.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "7.13.0",
|
|
"eslint": "8.39.0",
|
|
"eslint-plugin-ghost": "2.16.0",
|
|
"jison": "0.4.18",
|
|
"mocha": "10.2.0",
|
|
"should": "13.2.3",
|
|
"sinon": "15.0.4"
|
|
},
|
|
"dependencies": {
|
|
"date-fns": "^2.28.0"
|
|
},
|
|
"gitHead": "6eb1e05b7aad850a4919f92d25622f22f9ecca1a"
|
|
}
|