1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
mal/ts/package.json

20 lines
433 B
JSON
Raw Normal View History

2017-02-22 18:03:21 +03:00
{
"name": "mal",
"private": true,
"version": "1.0.0",
"description": "Make a Lisp (mal) language implemented in TypeScript",
"scripts": {
"test": "npm run test:step0",
"test:step0": "cd .. && make 'test^ts^step0'"
},
"dependencies": {
"ffi": "^2.2.0"
},
"devDependencies": {
"@types/ffi": "0.0.19",
"@types/node": "^7.0.5",
"typescript": "^2.1.6",
"typescript-formatter": "^4.1.1"
}
}