forked from GitHub/gf-core
23 lines
482 B
JSON
23 lines
482 B
JSON
{
|
|
"name": "jspgf",
|
|
"version": "1.0.0",
|
|
"description": "JavaScript bindings to the Grammatical Frameworks's PGF runtime",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"test": "npx jest"
|
|
},
|
|
"author": "John J. Camilleri",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ffi": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ffi": "^0.2.3",
|
|
"@types/jest": "^27.0.2",
|
|
"jest": "^27.2.4",
|
|
"ts-jest": "^27.0.5",
|
|
"typescript": "^4.4.3"
|
|
}
|
|
}
|