33 lines
704 B
JSON
33 lines
704 B
JSON
{
|
|
"name": "@boltlang/bolt",
|
|
"version": "0.0.1",
|
|
"description": "A new programming language for the web",
|
|
"main": "lib/index.js",
|
|
"bin": {
|
|
"bolt": "lib/bin/bolt.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/samvv/BoltJS"
|
|
},
|
|
"keywords": [
|
|
"programming-language",
|
|
"productivity",
|
|
"development",
|
|
"performance"
|
|
],
|
|
"author": "Sam Vervaeck",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/which": "^3.0.0",
|
|
"commander": "^11.0.0",
|
|
"reflect-metadata": "^0.1.13",
|
|
"source-map-support": "^0.5.21",
|
|
"tslib": "^2.5.3",
|
|
"which": "^3.0.1",
|
|
"yagl": "^0.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.3.1"
|
|
}
|
|
}
|