proc_macro
Version:
A JavaScript implementation of proc_macros.
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "proc_macro",
"version": "0.0.6",
"description": "A JavaScript implementation of proc_macros.",
"main": "lib/index.js",
"types": "lib",
"keywords": [
"proc_macro",
"rust",
"javascript",
"typescript",
"syn"
],
"scripts": {
"test": "jest",
"build": "rm -rf ./lib/* && tsc",
"dev": "ts-node ./src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexandre-lavoie/proc_macro.js.git"
},
"author": "Alexandre Lavoie",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexandre-lavoie/proc_macro.js/issues"
},
"homepage": "https://github.com/alexandre-lavoie/proc_macro.js#readme",
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/node": "^14.6.2",
"jest": "^26.4.2",
"ts-jest": "^26.3.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"dependencies": {
"chalk": "^4.1.0"
}
}