null.js
Version:
Node.js NULL runtime
36 lines (35 loc) • 853 B
JSON
{
"name": "null.js",
"version": "1.0.0",
"description": "Node.js NULL runtime",
"main": "index.js",
"scripts": {
"test": "tsx watch ./test/index.ts",
"build": "rimraf ./dist && tsc && tsc-alias",
"start": "npm run build && node ./dist/index.js",
"dev": "tsx watch ./src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VriskaSerket51/null.js.git"
},
"keywords": [
"NULL",
"runtime",
"esolang"
],
"author": "IREVES",
"license": "MIT",
"bugs": {
"url": "https://github.com/VriskaSerket51/null.js/issues"
},
"homepage": "https://github.com/VriskaSerket51/null.js#readme",
"devDependencies": {
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}