38 lines
828 B
JSON
38 lines
828 B
JSON
{
|
|
"name": "@samvv/bolt",
|
|
"version": "0.0.1",
|
|
"description": "A new programming language for the web",
|
|
"main": "lib/index.js",
|
|
"bin": {
|
|
"bolt": "lib/bin/bolt.js"
|
|
},
|
|
"scripts": {
|
|
"test": "node ./lib/bin/bolt-selftest.js run"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/BoltJS"
|
|
},
|
|
"keywords": [
|
|
"programming-language",
|
|
"productivity",
|
|
"development",
|
|
"performance"
|
|
],
|
|
"author": "Sam Vervaeck",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "^10.0.0",
|
|
"source-map-support": "^0.5.21",
|
|
"tslib": "^2.5.0",
|
|
"yagl": "^0.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/commonmark": "^0.27.6",
|
|
"@types/glob": "^8.1.0",
|
|
"@types/node": "^18.15.11",
|
|
"@types/yargs": "^17.0.24",
|
|
"commonmark": "^0.30.0",
|
|
"glob": "^10.0.0"
|
|
}
|
|
}
|