cil-lexer
Version:
32 lines (31 loc) • 820 B
JSON
{
"name": "cil-lexer",
"description": "cil-lexer",
"author": "wiinuk",
"license": "MIT",
"version": "0.0.5",
"repository": "wiinuk/cil-lexer",
"main": "lib/index",
"types": "lib/index",
"dependencies": {
"big-integer": "^1.6.25",
"tsparsec": "^0.0.6",
"wiinuk-extensions": "^0.0.3"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.42",
"@types/node": "^8.0.27",
"chai": "^4.1.1",
"mocha": "^3.5.0",
"typescript": "^2.5.2",
"rimraf": "^2.6.2"
},
"scripts": {
"prepublish": "npm run clean && npm run test && npm run compile",
"clean": "rimraf lib && rimraf lib.test",
"compile": "tsc --project .",
"watch": "tsc --watch --project .",
"test": "tsc --project tsconfig.test.json && mocha lib.test/test/**/*.js"
}
}